From 996705775c5dd3203bf62fc52e441782640866fb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 14 Feb 2009 23:37:05 +0000 Subject: use same icon as in mcc instead of rpmdarke one (#44671) --- NEWS | 1 + Rpmdrake/edit_urpm_sources.pm | 2 +- icons/title-media.png | Bin 0 -> 3166 bytes 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 icons/title-media.png diff --git a/NEWS b/NEWS index 1b8f1a90..6b028c8a 100644 --- a/NEWS +++ b/NEWS @@ -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 new file mode 100644 index 00000000..e87a3329 Binary files /dev/null and b/icons/title-media.png differ -- cgit v1.2.1