Mercurial > pidgin
changeset 16130:b4a112ceb248
Fix a compile warning
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 15 Apr 2007 17:05:44 +0000 |
| parents | 8bb00667532f |
| children | f0c6a91bfd67 |
| files | pidgin/gtkaccount.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkaccount.c Sun Apr 15 08:31:16 2007 +0000 +++ b/pidgin/gtkaccount.c Sun Apr 15 17:05:44 2007 +0000 @@ -2029,7 +2029,7 @@ gtk_notebook_set_current_page(GTK_NOTEBOOK(accounts_window->notebook),1); set_account(accounts_window->model, &iter, account, global_buddyicon); - gtk_window_present(pidgin_blist_get_default_gtk_blist()->window); + gtk_window_present(GTK_WINDOW(pidgin_blist_get_default_gtk_blist()->window)); } static gboolean
