diff options
author | Javier <dev.git@javispedro.com> | 2016-08-07 00:45:02 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2016-08-07 00:45:02 +0200 |
commit | f80fc1a16628ce4ef5d52c8095fe351efa8dad8a (patch) | |
tree | 0ca05919056d31ec85d4a7ea3f2f44e46c27a665 | |
parent | c7e9ad4b42b3165c06a683c3df311808a921a903 (diff) | |
download | topmenu-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.c | 1 |
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); |