diff options
author | raveit65 <[email protected]> | 2015-07-25 15:51:23 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2015-07-28 11:38:23 +0200 |
commit | 5719ca490a58c1f6084ecac38dd691dd0d85e6b7 (patch) | |
tree | a6ab8613b03b4ebad55b072a5b2870ffe3db6c24 /src/capplet/mate-notification-properties.c | |
parent | 0b2604b1b0fef7672978b5b682915491e1aa7a71 (diff) | |
download | mate-notification-daemon-5719ca490a58c1f6084ecac38dd691dd0d85e6b7.tar.bz2 mate-notification-daemon-5719ca490a58c1f6084ecac38dd691dd0d85e6b7.tar.xz |
Help: remove useless help button from gui
+ little GUI adjustments, looks better with two buttons
Diffstat (limited to 'src/capplet/mate-notification-properties.c')
-rw-r--r-- | src/capplet/mate-notification-properties.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/capplet/mate-notification-properties.c b/src/capplet/mate-notification-properties.c index 0b719bc..a1e322e 100644 --- a/src/capplet/mate-notification-properties.c +++ b/src/capplet/mate-notification-properties.c @@ -434,11 +434,6 @@ static void notification_properties_checkbox_notify(GSettings *settings, gchar * } } -static void notification_properties_dialog_help(void) -{ - /* Do nothing */ -} - static void show_message(NotificationAppletDialog* dialog, const gchar* message) { GtkWidget* d = gtk_message_dialog_new(GTK_WINDOW(dialog->dialog), GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, "%s", message); @@ -490,10 +485,6 @@ static void notification_properties_dialog_response(GtkWidget* widget, int respo { switch (response) { - case GTK_RESPONSE_HELP: - notification_properties_dialog_help(); - break; - case GTK_RESPONSE_ACCEPT: notification_properties_dialog_preview(dialog); break; |