summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk_wm.c
diff options
context:
space:
mode:
Diffstat (limited to 'mixgtk/mixgtk_wm.c')
-rw-r--r--mixgtk/mixgtk_wm.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/mixgtk/mixgtk_wm.c b/mixgtk/mixgtk_wm.c
index 6c0a7e5..59f3a7d 100644
--- a/mixgtk/mixgtk_wm.c
+++ b/mixgtk/mixgtk_wm.c
@@ -227,6 +227,13 @@ on_about_activate (GtkWidget *w, gpointer data)
gtk_widget_show (about_);
}
+void
+on_about_clicked (GtkWidget *w)
+{
+ if (about_) gtk_widget_hide (about_);
+}
+
+
static void
init_info_ (void)