diff options
Diffstat (limited to 'perl-install/install/gtk.pm')
-rw-r--r-- | perl-install/install/gtk.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index d83d4c940..851ab87b4 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -95,9 +95,9 @@ sub install_theme { load_rc($o, $o->{theme} ||= default_theme($o)); load_font($o); - my $win = gtknew('Window', widget_name => 'background', title => 'root window'); - $win->realize; - mygtk2::set_root_window_background_with_gc($win->style->bg_gc('normal')); + my $win = gtknew('Window', widget_name => 'background', title => 'root window'); + $win->realize; + mygtk2::set_root_window_background_with_gc($win->style->bg_gc('normal')); } #------------------------------------------------------------------------------ |