# HG changeset patch # User Christian Hammond # Date 1059300685 0 # Node ID 9cbf27b02094ab15c9d9133186e5451e08b21a78 # Parent 2d3c3a0cb7b17f1b26922c89bcf306a4e8983ca8 [gaim-migrate @ 6814] Removed a gtk pref from the core conversation.c. This is going to change things in some way for users who have the pref set for no tabs. I haven't tested it yet, but they should be using placement functions anyway for conversation placement, whether or not they set tabs. committer: Tailor Script diff -r 2d3c3a0cb7b1 -r 9cbf27b02094 src/conversation.c --- a/src/conversation.c Sun Jul 27 09:49:21 2003 +0000 +++ b/src/conversation.c Sun Jul 27 10:11:25 2003 +0000 @@ -913,9 +913,7 @@ * Create a window if one does not exist. If it does, use the last * created window. */ - if (windows == NULL || - !gaim_prefs_get_bool("/gaim/gtk/conversations/tabs")) { - + if (windows == NULL) { GaimWindow *win; win = gaim_window_new();