]> spindle.queued.net Git - midori/commitdiff
Fix a macro typo in the GtkIconEntry implementation
authorChristian Dywan <christian@twotoasts.de>
Fri, 1 Jan 2010 22:45:29 +0000 (23:45 +0100)
committerChristian Dywan <christian@twotoasts.de>
Fri, 1 Jan 2010 22:45:29 +0000 (23:45 +0100)
midori/gtkiconentry.c

index 8c28c77f5589b2c58663199685561bfa5862fef4..1b4b87275b211363cc2a7722755d266339bba179 100644 (file)
@@ -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);