From: Christian Dywan Date: Fri, 1 Jan 2010 22:45:29 +0000 (+0100) Subject: Fix a macro typo in the GtkIconEntry implementation X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb04846992f29b5b8e7d246ba677b131518deae5;p=midori Fix a macro typo in the GtkIconEntry implementation --- diff --git a/midori/gtkiconentry.c b/midori/gtkiconentry.c index 8c28c77f..1b4b8727 100644 --- a/midori/gtkiconentry.c +++ b/midori/gtkiconentry.c @@ -1380,7 +1380,7 @@ gtk_icon_entry_set_icon_from_gicon (const GtkIconEntry *entry, GTK_ICON_SIZE_MENU, &width, &height); - #if #GTK_CHECK_VERSION (2, 14, 0) + #if GTK_CHECK_VERSION (2, 14, 0) info = gtk_icon_theme_lookup_by_gicon (icon_theme, icon, MIN (width, height), 0);