elementary/frame - fixed typo
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 6 Mar 2012 03:27:11 +0000 (03:27 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 6 Mar 2012 03:27:11 +0000 (03:27 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68768 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_frame.h

index 5caf8fa..4a01471 100644 (file)
@@ -79,7 +79,7 @@ EAPI Eina_Bool elm_frame_autocollapse_get(const Evas_Object *obj);
  * Use this to toggle the collapsed state of a frame, bypassing animations.
  */
 //XXX: How about elm_frame_minimized_set() ?
-EAPI void elm_frame_collapse_set(Evas_Object *obj, Eina_Bool minimize);
+EAPI void elm_frame_collapse_set(Evas_Object *obj, Eina_Bool collapse);
 
 /**
  * @brief Determine the collapse state of a frame