aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2016-08-07 00:45:02 +0200
committerJavier <dev.git@javispedro.com>2016-08-07 00:45:02 +0200
commitf80fc1a16628ce4ef5d52c8095fe351efa8dad8a (patch)
tree0ca05919056d31ec85d4a7ea3f2f44e46c27a665
parentc7e9ad4b42b3165c06a683c3df311808a921a903 (diff)
downloadtopmenu-gtk-f80fc1a16628ce4ef5d52c8095fe351efa8dad8a.tar.gz
topmenu-gtk-f80fc1a16628ce4ef5d52c8095fe351efa8dad8a.zip
remove the preferences menu item until it is done
-rw-r--r--mate-applet/topmenu-mate-panel-applet.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mate-applet/topmenu-mate-panel-applet.c b/mate-applet/topmenu-mate-panel-applet.c
index fbbad59..7137a23 100644
--- a/mate-applet/topmenu-mate-panel-applet.c
+++ b/mate-applet/topmenu-mate-panel-applet.c
@@ -111,7 +111,6 @@ static void topmenu_mate_panel_applet_init(TopMenuMatePanelApplet *self)
mate_panel_applet_set_flags(MATE_PANEL_APPLET(self),
MATE_PANEL_APPLET_EXPAND_MINOR);
mate_panel_applet_setup_menu(MATE_PANEL_APPLET(self),
- "<menuitem name=\"TopMenu Preferences Item\" action=\"TopMenuPreferences\"/>"
"<menuitem name=\"TopMenu About Item\" action=\"TopMenuAbout\"/>",
action_group);