diff options
Diffstat (limited to 'capplets/about-me/mate-about-me.c')
-rw-r--r-- | capplets/about-me/mate-about-me.c | 14 |
1 files 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 |