[gnome-disk-utility] Don't include non-working Help menu item
- From: David Zeuthen <davidz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-disk-utility] Don't include non-working Help menu item
- Date: Fri, 12 Mar 2010 16:56:53 +0000 (UTC)
commit 96eb1a924286da80ec3e0af1b401c2c1431dfed0
Author: David Zeuthen <davidz redhat com>
Date: Fri Mar 12 11:55:44 2010 -0500
Don't include non-working Help menu item
src/palimpsest/gdu-shell.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/palimpsest/gdu-shell.c b/src/palimpsest/gdu-shell.c
index 8b04a83..d530373 100644
--- a/src/palimpsest/gdu-shell.c
+++ b/src/palimpsest/gdu-shell.c
@@ -545,7 +545,6 @@ help_contents_action_callback (GtkAction *action, gpointer user_data)
//gnome_help_display ("gnome-disk-utility.xml", NULL, NULL);
g_warning ("TODO: launch help");
}
-
/* ---------------------------------------------------------------------------------------------------- */
typedef struct {
@@ -826,7 +825,9 @@ static const gchar *ui =
" <menuitem action='quit'/>"
" </menu>"
" <menu action='help'>"
+#if 0
" <menuitem action='contents'/>"
+#endif
" <menuitem action='about'/>"
" </menu>"
" </menubar>"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]