View | Details | Raw Unified | Return to bug 23335
Collapse All | Expand All

(-)/usr/bin/podbrowser.orig (-1 / +1 lines)
Lines 67-73 Link Here
67
my $APP			= Gtk2::GladeXML->new($GLADE_FILE);
67
my $APP			= Gtk2::GladeXML->new($GLADE_FILE);
68
my $THEME		= get_an_icon_theme();
68
my $THEME		= get_an_icon_theme();
69
my $TIPS		= Gtk2::Tooltips->new;
69
my $TIPS		= Gtk2::Tooltips->new;
70
my $IDX_PBF		= Gtk2::Gdk::Pixbuf->new_from_file($THEME->lookup_icon('stock_bookmark', 16, 'force-svg')->get_filename)->scale_simple(16, 16, 'bilinear');
70
my $IDX_PBF		= Gtk2::Gdk::Pixbuf->new_from_file($THEME->lookup_icon('stock_add-bookmark', 16, 'force-svg')->get_filename)->scale_simple(16, 16, 'bilinear');
71
my $PAGE_PBF		= Gtk2::Gdk::Pixbuf->new_from_file($THEME->lookup_icon('stock_new-text', 16, 'force-svg')->get_filename)->scale_simple(16, 16, 'bilinear');
71
my $PAGE_PBF		= Gtk2::Gdk::Pixbuf->new_from_file($THEME->lookup_icon('stock_new-text', 16, 'force-svg')->get_filename)->scale_simple(16, 16, 'bilinear');
72
my $FOLDER_PBF		= Gtk2::Gdk::Pixbuf->new_from_file($THEME->lookup_icon('gnome-fs-directory', 16, 'force-svg')->get_filename)->scale_simple(16, 16, 'bilinear');
72
my $FOLDER_PBF		= Gtk2::Gdk::Pixbuf->new_from_file($THEME->lookup_icon('gnome-fs-directory', 16, 'force-svg')->get_filename)->scale_simple(16, 16, 'bilinear');
73
my $NORMAL_CURSOR	= Gtk2::Gdk::Cursor->new('left_ptr');
73
my $NORMAL_CURSOR	= Gtk2::Gdk::Cursor->new('left_ptr');

Return to bug 23335