summaryrefslogtreecommitdiff
path: root/libnautilus
diff options
context:
space:
mode:
authorRamiro Estrugo <ramiro@src.gnome.org>2000-10-10 17:07:20 +0000
committerRamiro Estrugo <ramiro@src.gnome.org>2000-10-10 17:07:20 +0000
commit8f62cadf4bb606d6dcc7ec66270112581416f6c1 (patch)
tree9b91d96b24e970f89bf8760a21e20fea70bf820a /libnautilus
parentba3a04fae04348e8b8cb8ca04f90088ba5984a24 (diff)
downloadnautilus-8f62cadf4bb606d6dcc7ec66270112581416f6c1.tar.gz
Add a path declaration for the Profiler menu. Make the buttons insensitive
* libnautilus/nautilus-bonobo-ui.h: Add a path declaration for the Profiler menu. * src/nautilus-profiler.c: (dump_dialog_new): Make the buttons insensitive for now. * src/nautilus-shell-ui.xml: * src/nautilus-window-menus.c: (nautilus_window_initialize_menus): Add a top level "Profiler" menu bar to control the profiler. This is just a first try. Some things, like the Start/Stop state of the profiler can be better represented by a toggle button.
Diffstat (limited to 'libnautilus')
-rw-r--r--libnautilus/nautilus-bonobo-ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnautilus/nautilus-bonobo-ui.h b/libnautilus/nautilus-bonobo-ui.h
index 101eff623..0055c2b10 100644
--- a/libnautilus/nautilus-bonobo-ui.h
+++ b/libnautilus/nautilus-bonobo-ui.h
@@ -40,6 +40,7 @@
#define NAUTILUS_MENU_PATH_VIEW_MENU "/menu/View"
#define NAUTILUS_MENU_PATH_GO_MENU "/menu/Go"
#define NAUTILUS_MENU_PATH_BOOKMARKS_MENU "/menu/Bookmarks"
+#define NAUTILUS_MENU_PATH_PROFILER "/menu/Profiler"
#define NAUTILUS_MENU_PATH_HELP_MENU "/menu/Help"
/**