diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-08 02:47:21 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-08 02:47:21 +0000 |
commit | 2afd463b2628e3c3e6184a17bccb60706d48ff87 (patch) | |
tree | ec1d0d651603f1f2bc04ca48cd293dd5dfaae319 /gtk/gtklinkbutton.c | |
parent | 9ed0abb5103150cebc84852d9ec4253eb61bc473 (diff) | |
download | gtk+-2afd463b2628e3c3e6184a17bccb60706d48ff87.tar.gz |
Fix the build
svn path=/trunk/; revision=21854
Diffstat (limited to 'gtk/gtklinkbutton.c')
-rw-r--r-- | gtk/gtklinkbutton.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtklinkbutton.c b/gtk/gtklinkbutton.c index 02a9e04860..60ce24a8e2 100644 --- a/gtk/gtklinkbutton.c +++ b/gtk/gtklinkbutton.c @@ -34,6 +34,7 @@ #include "gtkmenu.h" #include "gtkmenuitem.h" #include "gtkstock.h" +#include "gtkshow.h" #include "gtktooltip.h" #include "gtklinkbutton.h" @@ -479,7 +480,7 @@ gtk_link_button_clicked (GtkButton *button) GdkScreen *screen; GError *error; - if (gtk_widget_has_screen (GTK_WIDGET (button))); + if (gtk_widget_has_screen (GTK_WIDGET (button))) screen = gtk_widget_get_screen (GTK_WIDGET (button)); else screen = NULL; |