From 3836ab94d6fbb6ba91c3ead450c60d1c1532481b Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Mon, 02 May 2011 21:59:55 +0000 Subject: Brush pallete change title when stamping --- (limited to 'widgets.py') diff --git a/widgets.py b/widgets.py index 7f59dd2..7858841 100644 --- a/widgets.py +++ b/widgets.py @@ -307,12 +307,16 @@ class ButtonStrokeColor(gtk.ToolItem): ch.hide_all() # Hide brush options: self.vbox_brush_options.hide_all() + # Change title: + self.set_title(_('Stamp properties')) else: # Show palette color widgets: for ch in palette_children[:4]: ch.show_all() # Show brush options: self.vbox_brush_options.show_all() + # Change title: + self.set_title(_('Brush properties')) self._palette.queue_draw() def set_stamping(self, stamping): -- cgit v0.9.1