# HG changeset patch # User Daniel Atallah # Date 1186069301 0 # Node ID f6656fd1d2d58256d0bc66738e0ac18fd2a801e5 # Parent 38bac267bf8e46650100ea8779c53ecf3b2eacb3 Initialize the win32 minimize new conv. windows pref to avoid warnings. diff -r 38bac267bf8e -r f6656fd1d2d5 pidgin/gtkconv.c --- 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);