diff options
author | Stefano Karapetsas <[email protected]> | 2014-02-08 19:40:44 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-02-08 19:40:44 +0100 |
commit | 9fdfaa48afde0d82344eddc91341d143cfbf5b67 (patch) | |
tree | 632908e6c15fea4124fe8a780db623e927887450 /plugins/keyboard/delayed-dialog.c | |
parent | 5391f9c530081f52974dbea2ae2b057587538b7d (diff) | |
download | mate-settings-daemon-9fdfaa48afde0d82344eddc91341d143cfbf5b67.tar.bz2 mate-settings-daemon-9fdfaa48afde0d82344eddc91341d143cfbf5b67.tar.xz |
Fix typo in previous commit
Diffstat (limited to 'plugins/keyboard/delayed-dialog.c')
-rw-r--r-- | plugins/keyboard/delayed-dialog.c | 2 |
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); |