From 8f62cadf4bb606d6dcc7ec66270112581416f6c1 Mon Sep 17 00:00:00 2001 From: Ramiro Estrugo Date: Tue, 10 Oct 2000 17:07:20 +0000 Subject: 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. --- libnautilus/nautilus-bonobo-ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libnautilus') 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" /** -- cgit v1.2.1