comparison src/dialogs.c @ 5400:57b2986b62c3

[gaim-migrate @ 5776] Chris (darth_sebulba04) writes: " This corrects the title of the logging for "View System Log" to be "Log" instead of "Conversations", which in turn also changes it when viewing the log for an individual buddy. " committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 16 May 2003 18:47:34 +0000
parents c1e7c3f72128
children 2c4188300aba
comparison
equal deleted inserted replaced
5399:afe9e1f0b9b0 5400:57b2986b62c3
4216 4216
4217 4217
4218 g_signal_handler_disconnect(G_OBJECT(window), block); 4218 g_signal_handler_disconnect(G_OBJECT(window), block);
4219 g_signal_connect(G_OBJECT(window), "delete_event", G_CALLBACK(destroy_dialog), window); 4219 g_signal_connect(G_OBJECT(window), "delete_event", G_CALLBACK(destroy_dialog), window);
4220 4220
4221 frame = gtk_frame_new(_("Conversation")); 4221 frame = gtk_frame_new(_("Log"));
4222 gtk_widget_show(frame); 4222 gtk_widget_show(frame);
4223 4223
4224 sw = gtk_scrolled_window_new(NULL, NULL); 4224 sw = gtk_scrolled_window_new(NULL, NULL);
4225 gtk_container_set_border_width(GTK_CONTAINER(sw), 5); 4225 gtk_container_set_border_width(GTK_CONTAINER(sw), 5);
4226 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(sw), GTK_POLICY_AUTOMATIC, GTK_POLICY_ALWAYS); 4226 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(sw), GTK_POLICY_AUTOMATIC, GTK_POLICY_ALWAYS);