aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/files.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-12 02:47:54 +1000
committerDavid Walter Seikel2014-05-12 02:47:54 +1000
commita0f30eea71e05f114e6a708b07768995c884914c (patch)
tree5735ce1e4a072b6a15280e16d6c053cf0fd71b3d /src/extantz/files.c
parentMove the callback comments. (diff)
downloadSledjHamr-a0f30eea71e05f114e6a708b07768995c884914c.zip
SledjHamr-a0f30eea71e05f114e6a708b07768995c884914c.tar.gz
SledjHamr-a0f30eea71e05f114e6a708b07768995c884914c.tar.bz2
SledjHamr-a0f30eea71e05f114e6a708b07768995c884914c.tar.xz
Fix up winFang move and resize. Still more to fix here though.
Diffstat (limited to 'src/extantz/files.c')
-rw-r--r--src/extantz/files.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extantz/files.c b/src/extantz/files.c
index 12dcc8d..799f1ac 100644
--- a/src/extantz/files.c
+++ b/src/extantz/files.c
@@ -158,7 +158,7 @@ winFang *filesAdd(globals *ourGlobals, char *path, Eina_Bool multi, Eina_Bool sa
158 elm_interface_fileselector_expandable_set(EINA_TRUE), 158 elm_interface_fileselector_expandable_set(EINA_TRUE),
159 elm_interface_fileselector_folder_only_set(EINA_FALSE) 159 elm_interface_fileselector_folder_only_set(EINA_FALSE)
160 ); 160 );
161 elm_layout_box_append(me->win, BOX, fs); 161 elm_layout_box_append(me->win, WF_BOX, fs);
162 162
163 elm_fileselector_path_set(fs, path); 163 elm_fileselector_path_set(fs, path);
164 elm_fileselector_is_save_set(fs, save); 164 elm_fileselector_is_save_set(fs, save);
@@ -264,7 +264,7 @@ winFang *filesAdd(globals *ourGlobals, char *path, Eina_Bool multi, Eina_Bool sa
264 elm_box_pack_end(vbox, bt); 264 elm_box_pack_end(vbox, bt);
265 eo_unref(bt); 265 eo_unref(bt);
266 266
267 elm_layout_box_append(me->win, BOX, vbox); 267 elm_layout_box_append(me->win, WF_BOX, vbox);
268 evas_object_show(vbox); 268 evas_object_show(vbox);
269 eo_unref(vbox); 269 eo_unref(vbox);
270 270