From 1b9b7240f68f635992051b8a4a45bc5b5ec54c78 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 25 Jul 2008 16:43:53 +0000 Subject: (install_theme) reindent --- perl-install/install/gtk.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/install/gtk.pm') 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')); } #------------------------------------------------------------------------------ -- cgit v1.2.1