Mercurial > pidgin
changeset 5803:56042e59499a
[gaim-migrate @ 6233]
Taking off the dialog hint for the account editor.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sat, 07 Jun 2003 20:16:23 +0000 |
parents | d23c0d94be18 |
children | 1ba7dbd50d85 |
files | src/gtkaccount.c |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkaccount.c Sat Jun 07 20:12:02 2003 +0000 +++ b/src/gtkaccount.c Sat Jun 07 20:16:23 2003 +0000 @@ -1608,10 +1608,7 @@ width = gaim_prefs_get_int("/gaim/gtk/accounts/dialog/width"); height = gaim_prefs_get_int("/gaim/gtk/accounts/dialog/height"); - GAIM_DIALOG(win); - - dialog->window = win; - + dialog->window = win = gtk_window_new(GTK_WINDOW_TOPLEVEL); gtk_window_set_default_size(GTK_WINDOW(win), width, height); gtk_window_set_role(GTK_WINDOW(win), "accounts"); gtk_window_set_title(GTK_WINDOW(win), _("Accounts"));