aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2006-10-22 02:41:49 +0000
committerChristian Grothoff <christian@grothoff.org>2006-10-22 02:41:49 +0000
commitfbf54ef85cb6d9b26e77815312ae2e3d9e77f984 (patch)
tree96f5f4d5ade1d0cdd009b6dc83e26cd5c187cfcf
parent5cf693ac4d2fe191b363e7287899c79996623e9f (diff)
downloadgnunet-gtk-fbf54ef85cb6d9b26e77815312ae2e3d9e77f984.tar.gz
gnunet-gtk-fbf54ef85cb6d9b26e77815312ae2e3d9e77f984.zip
fixing about
-rw-r--r--src/plugins/about/about.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/about/about.c b/src/plugins/about/about.c
index 7a7fba12..a3b9e99d 100644
--- a/src/plugins/about/about.c
+++ b/src/plugins/about/about.c
@@ -32,8 +32,8 @@
32/** 32/**
33 * This displays an about window 33 * This displays an about window
34 */ 34 */
35void on_about_clicked(GtkWidget *dummy, 35void on_about_clicked_about(GtkWidget *dummy,
36 gpointer data) { 36 gpointer data) {
37 GtkWidget * ad; 37 GtkWidget * ad;
38 GladeXML * axml; 38 GladeXML * axml;
39 39