slackbuilds_ponce/graphics/gpaint/patches/26_fix_toolbar.patch
Petar Petrov 9a1f447dfc graphics/gpaint: Added (GNU Paint: a small-scale GTK2 painting program)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-06-04 00:11:33 -05:00

21 lines
1,007 B
Diff

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>