[Xfce4-commits] [apps/xfce4-notifyd] 02/02: panel-plugin: Fix applying the log-icon-size
noreply at xfce.org
noreply at xfce.org
Fri Oct 27 23:52:17 CEST 2017
This is an automated email from the git hooks/post-receive script.
o c h o s i 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/xfce4-notifyd.
commit d42e3400bbb12b033ed52a9c1c2b518909d7f52d
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Fri Oct 27 23:51:37 2017 +0200
panel-plugin: Fix applying the log-icon-size
---
panel-plugin/notification-plugin-log.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/notification-plugin-log.c b/panel-plugin/notification-plugin-log.c
index 937b04c..a6adaa4 100644
--- a/panel-plugin/notification-plugin-log.c
+++ b/panel-plugin/notification-plugin-log.c
@@ -188,12 +188,12 @@ G_GNUC_END_IGNORE_DEPRECATIONS
else
{
app_icon = gtk_image_new_from_icon_name (tmp, GTK_ICON_SIZE_LARGE_TOOLBAR);
- gtk_image_set_pixel_size (GTK_IMAGE (app_icon), log_icon_size);
}
g_free (tmp);
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
gtk_image_menu_item_set_image (GTK_IMAGE_MENU_ITEM (mi), app_icon);
G_GNUC_END_IGNORE_DEPRECATIONS
+ gtk_image_set_pixel_size (GTK_IMAGE (app_icon), log_icon_size);
tmp = g_key_file_get_string (notify_log, group, "expire-timeout", NULL);
expire_timeout = gtk_label_new (tmp);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list