pidgin/gtkdialogs.c

changeset 26820
76f90ca8f6f2
parent 26611
5d52410f6ea8
child 26834
993d20e63dab
equal deleted inserted replaced
26819:9aa978699dbc 26820:76f90ca8f6f2
425 #if 0 /* Don't versionize the logo when the logo has the version in it */ 425 #if 0 /* Don't versionize the logo when the logo has the version in it */
426 pidgin_logo_versionize(&pixbuf, logo); 426 pidgin_logo_versionize(&pixbuf, logo);
427 #endif 427 #endif
428 gtk_widget_destroy(logo); 428 gtk_widget_destroy(logo);
429 logo = gtk_image_new_from_pixbuf(pixbuf); 429 logo = gtk_image_new_from_pixbuf(pixbuf);
430 gdk_pixbuf_unref(pixbuf); 430 g_object_unref(G_OBJECT(pixbuf));
431 /* Insert the logo */ 431 /* Insert the logo */
432 obj = gtk_widget_get_accessible(logo); 432 obj = gtk_widget_get_accessible(logo);
433 tmp = g_strconcat(PIDGIN_NAME, " " DISPLAY_VERSION, NULL); 433 tmp = g_strconcat(PIDGIN_NAME, " " DISPLAY_VERSION, NULL);
434 atk_object_set_description(obj, tmp); 434 atk_object_set_description(obj, tmp);
435 g_free(tmp); 435 g_free(tmp);

mercurial