summaryrefslogtreecommitdiffstats
path: root/gtk/src/callbacks.c
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2012-11-11 09:21:37 +0000
committerjstebbins <[email protected]>2012-11-11 09:21:37 +0000
commit383fa740892e8673ea0476feac4665d1e12ede28 (patch)
tree63807b87f90215b644b3d65190a9bed96859a41b /gtk/src/callbacks.c
parent3711325bb8aecc6376bbae5fa3611fc6188928cd (diff)
LinGui: update icons
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5054 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/callbacks.c')
-rw-r--r--gtk/src/callbacks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/callbacks.c b/gtk/src/callbacks.c
index baaa9ffeb..0ff45d1c1 100644
--- a/gtk/src/callbacks.c
+++ b/gtk/src/callbacks.c
@@ -5082,7 +5082,7 @@ ghb_notify_done(signal_user_data_t *ud)
notify_notification_attach_to_status_icon(notification, si);
#endif
GtkIconTheme *theme = gtk_icon_theme_get_default();
- GdkPixbuf *pb = gtk_icon_theme_load_icon(theme, "hb-icon", 64,
+ GdkPixbuf *pb = gtk_icon_theme_load_icon(theme, "hb-icon", 32,
GTK_ICON_LOOKUP_USE_BUILTIN, NULL);
notify_notification_set_icon_from_pixbuf(notification, pb);
g_signal_connect(notification, "closed", (GCallback)notify_closed_cb, ud);