Mercurial > pidgin
comparison src/gtkdebug.c @ 10309:19974fd2d61d
[gaim-migrate @ 11501]
I prefer these functions like nobody's business.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Fri, 03 Dec 2004 03:07:47 +0000 |
| parents | 2ac21bf20e04 |
| children | 0a561b6ef7ec |
comparison
equal
deleted
inserted
replaced
| 10308:52c2303f60dc | 10309:19974fd2d61d |
|---|---|
| 235 | 235 |
| 236 width = gaim_prefs_get_int("/gaim/gtk/debug/width"); | 236 width = gaim_prefs_get_int("/gaim/gtk/debug/width"); |
| 237 height = gaim_prefs_get_int("/gaim/gtk/debug/height"); | 237 height = gaim_prefs_get_int("/gaim/gtk/debug/height"); |
| 238 | 238 |
| 239 GAIM_DIALOG(win->window); | 239 GAIM_DIALOG(win->window); |
| 240 gaim_debug(GAIM_DEBUG_INFO, "gtkdebug", "Setting dimensions to %d, %d\n", | 240 gaim_debug_info("gtkdebug", "Setting dimensions to %d, %d\n", |
| 241 width, height); | 241 width, height); |
| 242 | 242 |
| 243 gtk_window_set_default_size(GTK_WINDOW(win->window), width, height); | 243 gtk_window_set_default_size(GTK_WINDOW(win->window), width, height); |
| 244 gtk_window_set_role(GTK_WINDOW(win->window), "debug"); | 244 gtk_window_set_role(GTK_WINDOW(win->window), "debug"); |
| 245 gtk_window_set_title(GTK_WINDOW(win->window), _("Debug Window")); | 245 gtk_window_set_title(GTK_WINDOW(win->window), _("Debug Window")); |
