[Pkg-e-commits] [SCM] Enlightenment 17 branch, upstream-vcs, updated. a8698069ec4eec9c2a189198fa5eec9854b168ac

ravenlock ravenlock at alioth.debian.org
Sun May 4 21:40:16 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit adcb6bee1ff7bc8f2a9393c18edc70bb754ba53e
Author: ravenlock <ravenlock>
Date:   Thu Apr 17 03:07:51 2008 +0000

    I beleive these wires were crossed.

diff --git a/src/bin/e_eap_editor.c b/src/bin/e_eap_editor.c
index 590d6b3..c5f3909 100644
--- a/src/bin/e_eap_editor.c
+++ b/src/bin/e_eap_editor.c
@@ -582,7 +582,7 @@ _e_desktop_editor_cb_icon_select(void *data1, void *data2)
      }
    else
      {
-	o = e_widget_fsel_add(dia->win->evas, "/", "~/", NULL, NULL,
+	o = e_widget_fsel_add(dia->win->evas, "~/", "/", NULL, NULL,
 			      _e_desktop_edit_select_cb, cfdata,
 			      NULL, cfdata, 1);
      }
@@ -646,7 +646,7 @@ _e_desktop_editor_cb_exec_select(void *data1, void *data2)
      }
    else
      {
-	o = e_widget_fsel_add(dia->win->evas, "/", "~/", NULL, NULL,
+	o = e_widget_fsel_add(dia->win->evas, "~/", "/", NULL, NULL,
 			      _e_desktop_edit_select_cb, cfdata,
 			      NULL, cfdata, 1);
      }

-- 
Enlightenment 17



More information about the Pkg-e-commits mailing list