[Xfce4-commits] [apps/xfburn] 06/07: Fix xfburn icon in main windows and in panel

noreply at xfce.org noreply at xfce.org
Mon Nov 20 18:38:36 CET 2017


This is an automated email from the git hooks/post-receive script.

s   k   u   n   n   y   k       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/xfburn.

commit d23415013f57c91c77bd3134437bb83579c860f2
Author: Romain B <skunnyk at alteroot.org>
Date:   Mon Nov 20 14:38:41 2017 +0100

    Fix xfburn icon in main windows and in panel
    
    - Use the "real" xfburn icon for the main window
---
 xfburn/xfburn-main-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfburn/xfburn-main-window.c b/xfburn/xfburn-main-window.c
index 14115c6..1fd4656 100644
--- a/xfburn/xfburn-main-window.c
+++ b/xfburn/xfburn-main-window.c
@@ -223,7 +223,7 @@ xfburn_main_window_init (XfburnMainWindow * mainwin)
   /* the window itself */
   gtk_window_set_position (GTK_WINDOW (mainwin), GTK_WIN_POS_CENTER_ON_PARENT);
   gtk_window_set_title (GTK_WINDOW (mainwin), "Xfburn");
-  gtk_window_set_icon_name (GTK_WINDOW (mainwin), XFBURN_STOCK);
+  gtk_window_set_icon_name (GTK_WINDOW (mainwin), "stock_xfburn");
   gtk_window_resize (GTK_WINDOW (mainwin), xfburn_settings_get_int ("main-window-width", 850),
 		     xfburn_settings_get_int ("main-window-height", 700));
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list