[Xfce4-commits] <midori:master> Fix a macro typo in the GtkIconEntry implementation

Christian Dywan noreply at xfce.org
Sat Jan 2 03:50:01 CET 2010


Updating branch refs/heads/master
         to fb04846992f29b5b8e7d246ba677b131518deae5 (commit)
       from d81f84aa9c7d36c5e69bba4c93aa3bc0290eaf4e (commit)

commit fb04846992f29b5b8e7d246ba677b131518deae5
Author: Christian Dywan <christian at twotoasts.de>
Date:   Fri Jan 1 23:45:29 2010 +0100

    Fix a macro typo in the GtkIconEntry implementation

 midori/gtkiconentry.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/midori/gtkiconentry.c b/midori/gtkiconentry.c
index 8c28c77..1b4b872 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);



More information about the Xfce4-commits mailing list