Commit dd717c8c authored by Victor Ananjevsky's avatar Victor Ananjevsky

small fix

parent 9afcb1f7
......@@ -180,9 +180,9 @@ get_pixbuf (gchar * name, YadIconSize size)
if (!pb)
{
if (size == YAD_BIG_ICON)
pb = settings.big_fallback_image;
pb = g_object_ref (settings.big_fallback_image);
else
pb = settings.small_fallback_image;
pb = g_object_ref (settings.small_fallback_image);
}
return pb;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment