elementary/elc_fileselector_entry - [E-devel] E-devel] [PATCH] [ELEMENTARY] elm_file...
authorChunEon Park <hermet@hermet.pe.kr>
Sat, 10 Nov 2012 09:21:25 +0000 (09:21 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Sat, 10 Nov 2012 09:21:25 +0000 (09:21 +0000)
Hi all,

I had prepare some doc fix for elm_fileselector_entry_inwin_mode_set.

By mistake docs said it returns EINA TRUE in both cases.

Please verify attached file.

Regards,

Patrick

Signed-Off-By: Patryk Kaczmarek<patryk.k@samsung.com>
SVN revision: 79089

src/lib/elc_fileselector_entry.h

index 7aa39b3..6b8267f 100644 (file)
@@ -295,7 +295,7 @@ EAPI Eina_Bool                   elm_fileselector_entry_is_save_get(const Evas_O
  *
  * @param obj The file selector entry widget
  * @param value @c EINA_TRUE to make it use an inner window, @c
- * EINA_TRUE to make it use a dedicated window
+ * EINA_FALSE to make it use a dedicated window
  *
  * @see elm_win_inwin_add() for more information on inner windows
  * @see elm_fileselector_entry_inwin_mode_get()