git.annexia.org
/
techtalk-pse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f57df19
)
Set Toolbar style so button labels are displayed again (thanks Alan Fitton).
author
Richard Jones
<rjones@redhat.com>
Mon, 21 Jun 2010 15:35:18 +0000
(11:35 -0400)
committer
Richard Jones
<rjones@redhat.com>
Mon, 21 Jun 2010 15:35:18 +0000
(11:35 -0400)
If you see empty button labels instead of "Next slide" etc with
recent versions of Perl Gtk2, then you need this patch.
techtalk-pse.pl
patch
|
blob
|
history
diff --git
a/techtalk-pse.pl
b/techtalk-pse.pl
index
8b7f544
..
843f6c7
100755
(executable)
--- a/
techtalk-pse.pl
+++ b/
techtalk-pse.pl
@@
-424,6
+424,7
@@
sub make_button_bar
my %params = @_;
my $bbox = Gtk2::Toolbar->new ();
+ $bbox->set_style ("GTK_TOOLBAR_TEXT");
my $i = 0;