diff options
Diffstat (limited to 'MandrivaUpdate')
-rwxr-xr-x | MandrivaUpdate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MandrivaUpdate b/MandrivaUpdate index 680bc857..a2bb95fa 100755 --- a/MandrivaUpdate +++ b/MandrivaUpdate @@ -53,7 +53,7 @@ use Gtk2::SimpleList; importance => 7, ); -$ugtk2::wm_icon = "title-$MODE"; +$ugtk2::wm_icon = get_icon('MandrivaUpdate', "title-$MODE"); our $w; my $treeview_dialog_run = 0; |