summaryrefslogtreecommitdiff
path: root/mate-panel/applet.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/applet.c')
-rw-r--r--mate-panel/applet.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mate-panel/applet.c b/mate-panel/applet.c
index d2d8e5d8..516d9ab4 100644
--- a/mate-panel/applet.c
+++ b/mate-panel/applet.c
@@ -67,8 +67,6 @@ mate_panel_applet_set_dnd_enabled (AppletInfo *info,
break;
case PANEL_OBJECT_APPLET:
break;
- case PANEL_OBJECT_LOGOUT:
- case PANEL_OBJECT_LOCK:
case PANEL_OBJECT_ACTION:
panel_action_button_set_dnd_enabled (PANEL_ACTION_BUTTON (info->widget),
dnd_enabled);
@@ -268,8 +266,6 @@ applet_callback_callback (GtkWidget *widget,
PANEL_MENU_BUTTON (menu->info->widget), menu->name);
break;
case PANEL_OBJECT_ACTION:
- case PANEL_OBJECT_LOGOUT:
- case PANEL_OBJECT_LOCK:
panel_action_button_invoke_menu (
PANEL_ACTION_BUTTON (menu->info->widget), menu->name);
break;