designed to integrate with Online Desktop and Mugshot WWW: http://live.gnome.org/OnlineDesktop/Sidebar PR: ports/124196 Submitted by: Ashish Shukla <wahjava at gmail.com>
11 lines
651 B
Python
11 lines
651 B
Python
--- bigboard/apps_directory.py~ 2008-03-25 20:09:55.000000000 +0530
|
|
+++ bigboard/apps_directory.py 2008-06-02 05:51:42.000000000 +0530
|
|
@@ -9,7 +9,7 @@
|
|
def __init__(self):
|
|
gobject.GObject.__init__(self)
|
|
self._logger = logging.getLogger('bigboard.AppsDirectory')
|
|
- self._tree = gmenu.lookup_tree('applications.menu', gmenu.FLAGS_INCLUDE_EXCLUDED)
|
|
+ self._tree = gmenu.lookup_tree('gnome-applications.menu', gmenu.FLAGS_INCLUDE_EXCLUDED)
|
|
self._apps = {}
|
|
# with gnome-menus-2.16.0-2.fc6 omitting the user_data arg crashes the gmenu module
|
|
self._tree.add_monitor(self._on_apps_changed, None)
|