| 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); |