[Xfce4-commits] [apps/xfce4-notifyd] 02/03: Make icon-size of fallback consistent with all other notifications

noreply at xfce.org noreply at xfce.org
Sun Oct 2 21:57:54 CEST 2016


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

ochosi pushed a commit to branch master
in repository apps/xfce4-notifyd.

commit ac5444b7b44da266a806dde48e37c0d050c8b8d3
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sun Oct 2 17:03:42 2016 +0200

    Make icon-size of fallback consistent with all other notifications
---
 xfce4-notifyd/xfce-notify-daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce4-notifyd/xfce-notify-daemon.c b/xfce4-notifyd/xfce-notify-daemon.c
index 3679ec6..2ea6200 100644
--- a/xfce4-notifyd/xfce-notify-daemon.c
+++ b/xfce4-notifyd/xfce-notify-daemon.c
@@ -1181,7 +1181,7 @@ static gboolean notify_notify (XfceNotifyGBus *skeleton,
                     if(icon_file) {
                         pix = gtk_icon_theme_load_icon(gtk_icon_theme_get_default(),
                                                        icon_file,
-                                                       32,
+                                                       GTK_ICON_SIZE_DIALOG,
                                                        GTK_ICON_LOOKUP_FORCE_SIZE,
                                                        NULL);
 

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


More information about the Xfce4-commits mailing list