summaryrefslogtreecommitdiff
path: root/mate-panel/libpanel-util/panel-error.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/libpanel-util/panel-error.c')
-rw-r--r--mate-panel/libpanel-util/panel-error.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/mate-panel/libpanel-util/panel-error.c b/mate-panel/libpanel-util/panel-error.c
index 3b0d043b..b14d225f 100644
--- a/mate-panel/libpanel-util/panel-error.c
+++ b/mate-panel/libpanel-util/panel-error.c
@@ -64,12 +64,6 @@ panel_error_dialog (GtkWindow *parent,
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
"%s", secondary_text);
- /* FIXME: we're losing this feature
- gtk_widget_add_events (dialog, GDK_KEY_PRESS_MASK);
- g_signal_connect (dialog, "event",
- G_CALLBACK (panel_dialog_window_event), NULL);
- */
-
if (screen)
gtk_window_set_screen (GTK_WINDOW (dialog), screen);