diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-02-14 23:37:05 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-02-14 23:37:05 +0000 |
commit | 996705775c5dd3203bf62fc52e441782640866fb (patch) | |
tree | 70952adaaf3c8db2ed6eea20645eccdf5b4d1290 | |
parent | d7d5d3bc8f98185086ba1dbe1a00c62dc159b484 (diff) | |
download | rpmdrake-996705775c5dd3203bf62fc52e441782640866fb.tar rpmdrake-996705775c5dd3203bf62fc52e441782640866fb.tar.gz rpmdrake-996705775c5dd3203bf62fc52e441782640866fb.tar.bz2 rpmdrake-996705775c5dd3203bf62fc52e441782640866fb.tar.xz rpmdrake-996705775c5dd3203bf62fc52e441782640866fb.zip |
use same icon as in mcc instead of rpmdarke one (#44671)
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | Rpmdrake/edit_urpm_sources.pm | 2 | ||||
-rw-r--r-- | icons/title-media.png | bin | 0 -> 3166 bytes |
3 files changed, 2 insertions, 1 deletions
@@ -10,6 +10,7 @@ dialog (#47125) o honnor canceling when the user refused to access the network when adding a specific mirror from the menubar (#46027) + o use same icon as in mcc instead of rpmdarke one (#44671) Version 5.7 - 11 February 2009, Thierry Vignaud diff --git a/Rpmdrake/edit_urpm_sources.pm b/Rpmdrake/edit_urpm_sources.pm index b888c54f..9650a2c7 100644 --- a/Rpmdrake/edit_urpm_sources.pm +++ b/Rpmdrake/edit_urpm_sources.pm @@ -1154,7 +1154,7 @@ sub mainwindow() { sub run() { - local $ugtk2::wm_icon = get_icon('rpmdrake-mdk', 'title-install'); + local $ugtk2::wm_icon = get_icon('rpmdrake-mdk', 'title-media'); my $lock; { $urpm = fast_open_urpmi_db(); diff --git a/icons/title-media.png b/icons/title-media.png Binary files differnew file mode 100644 index 00000000..e87a3329 --- /dev/null +++ b/icons/title-media.png |