pidgin/gtkdialogs.c

changeset 35850
1abeda205d6c
parent 35686
cae91a875b23
child 35910
327db5f3a5c5
child 37136
cfa7c57f9ca5
equal deleted inserted replaced
35849:77efee65c5f4 35850:1abeda205d6c
461 vbox = pidgin_dialog_get_vbox_with_properties(GTK_DIALOG(win), FALSE, PIDGIN_HIG_BORDER); 461 vbox = pidgin_dialog_get_vbox_with_properties(GTK_DIALOG(win), FALSE, PIDGIN_HIG_BORDER);
462 #endif 462 #endif
463 gtk_window_set_default_size(GTK_WINDOW(win), 475, 450); 463 gtk_window_set_default_size(GTK_WINDOW(win), 475, 450);
464 464
465 /* Generate a logo with a version number */ 465 /* Generate a logo with a version number */
466 filename = g_build_filename(DATADIR, "pixmaps", "pidgin", "logo.png", NULL); 466 filename = g_build_filename(PURPLE_DATADIR,
467 "pixmaps", "pidgin", "logo.png", NULL);
467 pixbuf = pidgin_pixbuf_new_from_file(filename); 468 pixbuf = pidgin_pixbuf_new_from_file(filename);
468 g_free(filename); 469 g_free(filename);
469 470
470 #if 0 /* Don't versionize the logo when the logo has the version in it */ 471 #if 0 /* Don't versionize the logo when the logo has the version in it */
471 pidgin_logo_versionize(&pixbuf, logo); 472 pidgin_logo_versionize(&pixbuf, logo);

mercurial