diff options
author | monsta <[email protected]> | 2015-12-07 12:13:30 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-12-07 12:13:30 +0300 |
commit | 81350ad241877cd3e9f9dae52cdf98d27d56ca3c (patch) | |
tree | 2e22e8de43504659792a468916481dc836fe7c4b /capplets/about-me/mate-about-me.c | |
parent | 57ec684808906cbbb89897dff19642169d7faeae (diff) | |
download | mate-control-center-81350ad241877cd3e9f9dae52cdf98d27d56ca3c.tar.bz2 mate-control-center-81350ad241877cd3e9f9dae52cdf98d27d56ca3c.tar.xz |
about-me: there's no help button
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 |