Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . xfce4-whiskermenu-plugin (1.5.1-1ubuntu1) xenial; urgency=medium . * Merge from Debian unstable. Remaining changes: - debian/patches/01_replace-gdmflexiserver.patch: - Use dm-tool instead of gdmflexiserver for user-switching Author: Unit 193 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: https://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- xfce4-whiskermenu-plugin-1.5.1.orig/panel-plugin/page.cpp +++ xfce4-whiskermenu-plugin-1.5.1/panel-plugin/page.cpp @@ -215,10 +215,16 @@ void Page::create_context_menu(GtkTreeIt g_signal_connect_slot(menuitem, "activate", &Page::add_selected_to_desktop, this); gtk_menu_shell_append(GTK_MENU_SHELL(menu), menuitem); + /* + + // LLIUREX + menuitem = gtk_menu_item_new_with_label(_("Add to Panel")); g_signal_connect_slot(menuitem, "activate", &Page::add_selected_to_panel, this); gtk_menu_shell_append(GTK_MENU_SHELL(menu), menuitem); + */ + extend_context_menu(menu); gtk_widget_show_all(menu);