mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
9a1f447dfc
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
21 lines
1,007 B
Diff
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>
|
|
|