pidgin/pidginstock.c

branch
vv
changeset 26482
72d16a73cf12
parent 26338
eab4851586b7
child 26680
406180d6ac3c
child 26747
00cc6d1327ac
equal deleted inserted replaced
26481:c5813c3ae985 26482:72d16a73cf12
280 ret = find_file_common(filename); 280 ret = find_file_common(filename);
281 g_free(filename); 281 g_free(filename);
282 return ret; 282 return ret;
283 } 283 }
284 284
285
285 /* Altered from do_colorshift in gnome-panel */ 286 /* Altered from do_colorshift in gnome-panel */
286 static void 287 static void
287 do_alphashift(GdkPixbuf *dest, GdkPixbuf *src) 288 do_alphashift(GdkPixbuf *dest, GdkPixbuf *src)
288 { 289 {
289 gint i, j; 290 gint i, j;

mercurial