From 81350ad241877cd3e9f9dae52cdf98d27d56ca3c Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 7 Dec 2015 12:13:30 +0300 Subject: about-me: there's no help button --- capplets/about-me/mate-about-me.c | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/capplets/about-me/mate-about-me.c b/capplets/about-me/mate-about-me.c index c3a9dc0d..8983df34 100644 --- a/capplets/about-me/mate-about-me.c +++ b/capplets/about-me/mate-about-me.c @@ -376,16 +376,12 @@ about_me_icon_theme_changed (GtkWindow *window, static void about_me_button_clicked_cb (GtkDialog *dialog, gint response_id, MateAboutMe *me) { - if (response_id == GTK_RESPONSE_HELP) - g_print ("Help goes here"); - else { - if (me->commit_timeout_id) { - g_source_remove (me->commit_timeout_id); - } - - about_me_destroy (); - gtk_main_quit (); + if (me->commit_timeout_id) { + g_source_remove (me->commit_timeout_id); } + + about_me_destroy (); + gtk_main_quit (); } static void -- cgit v1.2.1