summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-02-08 19:40:44 +0100
committerStefano Karapetsas <[email protected]>2014-02-08 19:40:44 +0100
commit9fdfaa48afde0d82344eddc91341d143cfbf5b67 (patch)
tree632908e6c15fea4124fe8a780db623e927887450
parent5391f9c530081f52974dbea2ae2b057587538b7d (diff)
downloadmate-settings-daemon-9fdfaa48afde0d82344eddc91341d143cfbf5b67.tar.bz2
mate-settings-daemon-9fdfaa48afde0d82344eddc91341d143cfbf5b67.tar.xz
Fix typo in previous commit
-rw-r--r--plugins/keyboard/delayed-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/keyboard/delayed-dialog.c b/plugins/keyboard/delayed-dialog.c
index b83b623..dcddef7 100644
--- a/plugins/keyboard/delayed-dialog.c
+++ b/plugins/keyboard/delayed-dialog.c
@@ -68,7 +68,7 @@ msd_delayed_show_dialog (GtkWidget *dialog)
#if GTK_CHECK_VERSION (3, 0, 0)
gdk_window_add_filter (NULL, message_filter, NULL);
-#ele
+#else
manager_atom = gdk_atom_intern ("MANAGER", FALSE);
gdk_display_add_client_message_filter (display, manager_atom,
message_filter, NULL);