From 515693292b1c3d6cafeea7f9e3056e4bcb4bd7bf Mon Sep 17 00:00:00 2001 From: rephorm Date: Thu, 24 Jan 2002 01:11:13 +0000 Subject: [PATCH] oops. didn't mean to change that. maybe we should get the prefix for gnome from gnome-config --prefix? SVN revision: 5852 --- src/view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view.c b/src/view.c index deffe16fe..411c4bd44 100644 --- a/src/view.c +++ b/src/view.c @@ -459,7 +459,7 @@ e_bg_up_cb(void *_data, Evas _e, Evas_Object _o, int _b, int _x, int _y) if (!buildmenu) { - buildmenu = e_build_menu_new_from_gnome_apps("/opt/gnome/share/gnome/apps"); + buildmenu = e_build_menu_new_from_gnome_apps("/usr/share/gnome/apps"); } if (buildmenu) {