aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz/files.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-05 04:58:31 +1000
committerDavid Walter Seikel2014-05-05 04:58:31 +1000
commit811750155227279ae09dc4258f411687f659f690 (patch)
treef977323dadf1e249e83c3da640d35cb88633113e /src/extantz/files.c
parentwinFang no longer depends on ourGlobals. (diff)
downloadSledjHamr-811750155227279ae09dc4258f411687f659f690.zip
SledjHamr-811750155227279ae09dc4258f411687f659f690.tar.gz
SledjHamr-811750155227279ae09dc4258f411687f659f690.tar.bz2
SledjHamr-811750155227279ae09dc4258f411687f659f690.tar.xz
Merge winFangComplete into winFangAdd.
Diffstat (limited to 'src/extantz/files.c')
-rw-r--r--src/extantz/files.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/extantz/files.c b/src/extantz/files.c
index 6743deb..254fc5f 100644
--- a/src/extantz/files.c
+++ b/src/extantz/files.c
@@ -146,7 +146,7 @@ winFang *filesAdd(globals *ourGlobals, char *path, Eina_Bool multi, Eina_Bool sa
146 Widget *wid; 146 Widget *wid;
147 Evas_Object *bx, *vbox, *fs, *bt, *rd = NULL, *rdg = NULL, *hoversel; 147 Evas_Object *bx, *vbox, *fs, *bt, *rd = NULL, *rdg = NULL, *hoversel;
148 148
149 me = winFangAdd(ourGlobals->win); 149 me = winFangAdd(ourGlobals->win, ourGlobals->win_w - 380, ourGlobals->win_w - 530, 350, 500);
150 eina_clist_add_head(&ourGlobals->winFangs, &me->node); 150 eina_clist_add_head(&ourGlobals->winFangs, &me->node);
151 151
152 bx = eo_add(ELM_OBJ_BOX_CLASS, me->win, 152 bx = eo_add(ELM_OBJ_BOX_CLASS, me->win,
@@ -278,7 +278,6 @@ winFang *filesAdd(globals *ourGlobals, char *path, Eina_Bool multi, Eina_Bool sa
278 eo_unref(vbox); 278 eo_unref(vbox);
279 eo_unref(bx); 279 eo_unref(bx);
280 280
281 winFangComplete(me, ourGlobals->win_w - 380, ourGlobals->win_w - 530, 350, 500);
282 winFangHide(me); 281 winFangHide(me);
283 return me; 282 return me;
284} 283}