Mercurial > pidgin
comparison src/multi.c @ 5582:e2f2d8857f9f
[gaim-migrate @ 5986]
(00:54:06) Robot101: fixes:
(00:54:21) Robot101: "copy link location" on URL context menu
(00:54:37) Robot101: leak of a GtkWindow and annoying dialog hinting of the signon meter window
(00:55:06) Robot101: and the appending of even when you cancel the dialog in the convo window
(00:55:07) Robot101: that's the lot
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Sat, 31 May 2003 04:55:24 +0000 |
| parents | 9eb5b13fd412 |
| children |
comparison
equal
deleted
inserted
replaced
| 5581:3a9b54f260e3 | 5582:e2f2d8857f9f |
|---|---|
| 217 | 217 |
| 218 meter_win = g_new0(struct meter_window, 1); | 218 meter_win = g_new0(struct meter_window, 1); |
| 219 meter_win->rows=0; | 219 meter_win->rows=0; |
| 220 | 220 |
| 221 meter_win->window = gtk_window_new (GTK_WINDOW_TOPLEVEL); | 221 meter_win->window = gtk_window_new (GTK_WINDOW_TOPLEVEL); |
| 222 GAIM_DIALOG(meter_win->window); | |
| 223 gtk_window_set_resizable(GTK_WINDOW(meter_win->window), FALSE); | 222 gtk_window_set_resizable(GTK_WINDOW(meter_win->window), FALSE); |
| 224 gtk_window_set_role(GTK_WINDOW(meter_win->window), "signon"); | 223 gtk_window_set_role(GTK_WINDOW(meter_win->window), "signon"); |
| 225 gtk_container_set_border_width(GTK_CONTAINER(meter_win->window), 5); | 224 gtk_container_set_border_width(GTK_CONTAINER(meter_win->window), 5); |
| 226 gtk_window_set_title (GTK_WINDOW (meter_win->window), _("Signon")); | 225 gtk_window_set_title (GTK_WINDOW (meter_win->window), _("Signon")); |
| 227 gtk_widget_realize(meter_win->window); | 226 gtk_widget_realize(meter_win->window); |
