comparison src/dialogs.c @ 7925:2014b91db201

[gaim-migrate @ 8596] This hear fixes teh http://sourceforge.net/tracker/index.php?func=detail&aid=855095&group_id=235&atid=100235 1) New Away Message 2) Enter some text for the message 3) Highlight said text 4) Cancel that mofo 5) Crash 6) Burn 7) Wait committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 23 Dec 2003 23:41:51 +0000
parents f9df510460d7
children 1441648fe974
comparison
equal deleted inserted replaced
7924:cb400cd78961 7925:2014b91db201
1258 gtk_container_set_border_width(GTK_CONTAINER(ca->window), 5); 1258 gtk_container_set_border_width(GTK_CONTAINER(ca->window), 5);
1259 gtk_window_set_role(GTK_WINDOW(ca->window), "away_mess"); 1259 gtk_window_set_role(GTK_WINDOW(ca->window), "away_mess");
1260 gtk_window_set_title(GTK_WINDOW(ca->window), _("New away message")); 1260 gtk_window_set_title(GTK_WINDOW(ca->window), _("New away message"));
1261 g_signal_connect(G_OBJECT(ca->window), "delete_event", 1261 g_signal_connect(G_OBJECT(ca->window), "delete_event",
1262 G_CALLBACK(destroy_dialog), ca->window); 1262 G_CALLBACK(destroy_dialog), ca->window);
1263 gtk_widget_realize(ca->window);
1264 1263
1265 tbox = gtk_vbox_new(FALSE, 5); 1264 tbox = gtk_vbox_new(FALSE, 5);
1266 gtk_container_add(GTK_CONTAINER(ca->window), tbox); 1265 gtk_container_add(GTK_CONTAINER(ca->window), tbox);
1267 1266
1268 frame = gtk_frame_new(_("New away message")); 1267 frame = gtk_frame_new(_("New away message"));