[Xfce4-commits] [apps/xfmpc] 01/01: Use 'multimedia-player' icon instead of 'stock_volume' (Bug #15636)
noreply at xfce.org
noreply at xfce.org
Mon Jun 24 16:25:22 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfmpc.
commit cf6986a4fbc34203f8ca52ccb9c11dd2eb7c8def
Author: Andre Miranda <andreldm at xfce.org>
Date: Mon Jun 24 11:23:53 2019 -0300
Use 'multimedia-player' icon instead of 'stock_volume' (Bug #15636)
---
src/main-window.vala | 4 ++--
src/preferences-dialog.vala | 2 +-
src/shortcuts-dialog.vala | 2 +-
src/song-dialog.vala | 2 +-
xfmpc.desktop.in | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/main-window.vala b/src/main-window.vala
index 9856ac8..8155ec1 100644
--- a/src/main-window.vala
+++ b/src/main-window.vala
@@ -69,7 +69,7 @@ namespace Xfmpc {
MainWindow.load_css ();
/* StatusIcon */
- this.status_icon = new Gtk.StatusIcon.from_icon_name ("stock_volume");
+ this.status_icon = new Gtk.StatusIcon.from_icon_name ("multimedia-player");
show_hide_status_icon ();
this.status_icon.activate.connect (status_icon_activated);
this.status_icon.popup_menu.connect (status_icon_popup_menu);
@@ -77,7 +77,7 @@ namespace Xfmpc {
/* Window */
set_default_icon_name ("xfmpc");
- set_icon_name ("stock_volume");
+ set_icon_name ("multimedia-player");
set_title (Config.PACKAGE_NAME);
set_default_size (330, 330);
this.delete_event.connect (cb_window_closed);
diff --git a/src/preferences-dialog.vala b/src/preferences-dialog.vala
index 36e10d4..a4c514c 100644
--- a/src/preferences-dialog.vala
+++ b/src/preferences-dialog.vala
@@ -40,7 +40,7 @@ namespace Xfmpc {
construct {
this.skip_taskbar_hint = true;
- this.icon_name = "stock_volume";
+ this.icon_name = "multimedia-player";
this.resizable = false;
this.title = _("Xfmpc Preferences");
this.subtitle = _("Customize your MPD client");
diff --git a/src/shortcuts-dialog.vala b/src/shortcuts-dialog.vala
index 428f2fd..3a59714 100644
--- a/src/shortcuts-dialog.vala
+++ b/src/shortcuts-dialog.vala
@@ -23,7 +23,7 @@ namespace Xfmpc {
construct {
this.skip_taskbar_hint = true;
- this.icon_name = "stock_volume";
+ this.icon_name = "multimedia-player";
this.resizable = false;
this.title = _("Xfmpc Shortcuts");
this.subtitle = _("Control your MPD client with your keyboard");
diff --git a/src/song-dialog.vala b/src/song-dialog.vala
index 844e522..4bacbb5 100644
--- a/src/song-dialog.vala
+++ b/src/song-dialog.vala
@@ -28,7 +28,7 @@ namespace Xfmpc {
public SongDialog (int song_id) {
this.skip_taskbar_hint = true;
- this.icon_name = "stock_volume";
+ this.icon_name = "multimedia-player";
this.resizable = false;
this.mpdclient = Xfmpc.Mpdclient.get_default ();
diff --git a/xfmpc.desktop.in b/xfmpc.desktop.in
index 7890de7..1fa684f 100644
--- a/xfmpc.desktop.in
+++ b/xfmpc.desktop.in
@@ -4,7 +4,7 @@ _Name=Xfmpc
_Comment=MPD client written in GTK+ for Xfce
_GenericName=MPD client
Exec=xfmpc
-Icon=stock_volume
+Icon=multimedia-player
Terminal=false
Type=Application
Categories=GTK;AudioVideo;Audio;Player;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list