Mercurial > pidgin
changeset 18779:f6656fd1d2d5
Initialize the win32 minimize new conv. windows pref to avoid warnings.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Thu, 02 Aug 2007 15:41:41 +0000 |
parents | 38bac267bf8e |
children | c94f1699fdee 6cfaee88c72b |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Thu Aug 02 15:40:19 2007 +0000 +++ b/pidgin/gtkconv.c Thu Aug 02 15:41:41 2007 +0000 @@ -7175,6 +7175,10 @@ purple_prefs_add_string(PIDGIN_PREFS_ROOT "/conversations/im/hide_new", "never"); +#ifdef _WIN32 + purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/win32/minimize_new_convs", FALSE); +#endif + /* Connect callbacks. */ purple_prefs_connect_callback(handle, PIDGIN_PREFS_ROOT "/conversations/close_on_tabs", close_on_tabs_pref_cb, NULL);