[gimp/gimp-2-8] Bug 688537 - Toolbox occasionally has spaces or tool names after the icons
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-8] Bug 688537 - Toolbox occasionally has spaces or tool names after the icons
- Date: Fri, 17 May 2013 12:44:58 +0000 (UTC)
commit 7ee3235bd03e7109d9ae4f856efb0e1f2683ef6c
Author: Michael Natterer <mitch gimp org>
Date: Fri May 17 14:41:11 2013 +0200
Bug 688537 - Toolbox occasionally has spaces or tool names after the icons
Explicitly set the toolbox' style to GTK_TOOLBAR_ICONS to protect it
from user toolbar preferences.
(cherry picked from commit e1bfc0a3623ea6c1a448d531f0ccab9201a9bd52)
app/widgets/gimptoolpalette.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/app/widgets/gimptoolpalette.c b/app/widgets/gimptoolpalette.c
index ab92e55..7d9b182 100644
--- a/app/widgets/gimptoolpalette.c
+++ b/app/widgets/gimptoolpalette.c
@@ -118,6 +118,7 @@ gimp_tool_palette_class_init (GimpToolPaletteClass *klass)
static void
gimp_tool_palette_init (GimpToolPalette *palette)
{
+ gtk_tool_palette_set_style (GTK_TOOL_PALETTE (palette), GTK_TOOLBAR_ICONS);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]