]> spindle.queued.net Git - midori/commitdiff
Don't override small toolbar icon size
authorChristian Dywan <christian@twotoasts.de>
Mon, 22 Feb 2010 13:21:09 +0000 (14:21 +0100)
committerChristian Dywan <christian@twotoasts.de>
Mon, 22 Feb 2010 13:23:20 +0000 (14:23 +0100)
The hack was originally meant to fix themes with no proper
small icons, but it doesn't really help in most cases.

midori/sokoke.h

index 8ffc3a1077cc46a2ad9da4bb2b29251815a4c567..7d46de24679a7a56ca0bdf90f24f8758a746176b 100644 (file)
@@ -61,9 +61,6 @@ sokoke_js_script_eval                   (JSContextRef    js_context,
                                          const gchar*    script,
                                          gchar**         exception);
 
-/* Many themes need this hack for small toolbars to work */
-#define GTK_ICON_SIZE_SMALL_TOOLBAR GTK_ICON_SIZE_BUTTON
-
 void
 sokoke_message_dialog                   (GtkMessageType  message_type,
                                          const gchar*    short_message,