[gimp] etc: Explicitly set 'tab-style icon' on "gimp-tool-options"



commit a68963ab1675184aa20035b5a90d10b9fd8361bf
Author: Martin Nordholts <martinn src gnome org>
Date:   Wed May 26 17:20:55 2010 +0200

    etc: Explicitly set 'tab-style icon' on "gimp-tool-options"
    
    Explicitly set 'tab-style icon' on "gimp-tool-options", it is just a
    coincidence that 'icon' has the value 0, the default value when no
    tab-style is specified in sessionrc.

 etc/sessionrc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/etc/sessionrc b/etc/sessionrc
index aaf72bd..f567316 100644
--- a/etc/sessionrc
+++ b/etc/sessionrc
@@ -11,7 +11,8 @@
     (open-on-exit)
     (gimp-toolbox
         (book
-            (dockable "gimp-tool-options"))))
+            (dockable "gimp-tool-options"
+                (tab-style icon)))))
 (session-info "dock" "gimp-dock-window"
     (position -0 0)
     (size 210 820)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]