diff options
Diffstat (limited to 'graphics/gpaint/patches/26_fix_toolbar.patch')
-rw-r--r-- | graphics/gpaint/patches/26_fix_toolbar.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/gpaint/patches/26_fix_toolbar.patch b/graphics/gpaint/patches/26_fix_toolbar.patch new file mode 100644 index 0000000000..c6fdc63e33 --- /dev/null +++ b/graphics/gpaint/patches/26_fix_toolbar.patch @@ -0,0 +1,21 @@ +Author: Goedson Teixeira Paixao <goedson@debian.org> +Description: Fix toolbar behaviour + Do not set a fixed toolbar style so that gpaint follows the style set in + the user preferences +Bug-Debian: http://bugs.debian.org/497488 +Bug-Ubuntu: https://bugs.edge.launchpad.net/ubuntu/+source/gpaint/+bug/127296 +Bug: https://savannah.gnu.org/bugs/?21260 +Forwarded: https://savannah.gnu.org/patch/index.php?7044 + +Index: pkg-gpaint/gpaint.glade +=================================================================== +--- pkg-gpaint.orig/gpaint.glade 2009-12-22 20:56:13.000000000 -0200 ++++ pkg-gpaint/gpaint.glade 2009-12-22 20:56:33.000000000 -0200 +@@ -1004,7 +1004,6 @@ + <property name="height_request">55</property> + <property name="visible">True</property> + <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property> +- <property name="toolbar_style">GTK_TOOLBAR_BOTH</property> + <property name="tooltips">True</property> + <property name="show_arrow">True</property> + |