comparison console/libgnt/wms/s.c @ 14422:84a480acb6ad

[gaim-migrate @ 17130] Show the accounts-dialog at startup if there's no enabled account. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 02 Sep 2006 20:17:43 +0000
parents d4a26ada1971
children 62bb53609a36
comparison
equal deleted inserted replaced
14421:553bbd68387e 14422:84a480acb6ad
12 { 12 {
13 int w, h; 13 int w, h;
14 gnt_widget_get_size(win, &w, &h); 14 gnt_widget_get_size(win, &w, &h);
15 wresize(win->window, h, w + 1); 15 wresize(win->window, h, w + 1);
16 mvwvline(win->window, 0, w, ACS_VLINE | COLOR_PAIR(GNT_COLOR_NORMAL), h); 16 mvwvline(win->window, 0, w, ACS_VLINE | COLOR_PAIR(GNT_COLOR_NORMAL), h);
17 touchwin(win->window);
17 } 18 }
18 19
19 static void 20 static void
20 envelope_normal_window(GntWidget *win) 21 envelope_normal_window(GntWidget *win)
21 { 22 {