comparison src/dialogs.c @ 4772:6fe8008d6560

[gaim-migrate @ 5091] Chip, sorry if this conflicts with your buddy pounce stuff. Also, uh, I dunno, there wasn't a reason that some of these windows didn't have titles, was there? I figured "Gaim" is better than nothing. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 14 Mar 2003 15:45:38 +0000
parents c4c28874ecd3
children e870e313be96
comparison
equal deleted inserted replaced
4771:912bacf989d7 4772:6fe8008d6560
491 if (filename) { 491 if (filename) {
492 img = gtk_image_new_from_file(filename); 492 img = gtk_image_new_from_file(filename);
493 g_free(filename); 493 g_free(filename);
494 gtk_misc_set_alignment(GTK_MISC(img), 0, 0); 494 gtk_misc_set_alignment(GTK_MISC(img), 0, 0);
495 } 495 }
496 d = gtk_dialog_new_with_buttons("", NULL, 0, GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, NULL); 496 d = gtk_dialog_new_with_buttons("Gaim", NULL, 0, GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, NULL);
497 g_signal_connect(d, "response", G_CALLBACK(gtk_widget_destroy), NULL); 497 g_signal_connect(d, "response", G_CALLBACK(gtk_widget_destroy), NULL);
498 498
499 gtk_container_set_border_width (GTK_CONTAINER(d), 6); 499 gtk_container_set_border_width (GTK_CONTAINER(d), 6);
500 gtk_window_set_resizable(GTK_WINDOW(d), FALSE); 500 gtk_window_set_resizable(GTK_WINDOW(d), FALSE);
501 gtk_dialog_set_has_separator(GTK_DIALOG(d), FALSE); 501 gtk_dialog_set_has_separator(GTK_DIALOG(d), FALSE);