Mercurial > pidgin.yaz
changeset 6315:9cbf27b02094
[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 <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 27 Jul 2003 10:11:25 +0000 |
parents | 2d3c3a0cb7b1 |
children | bd998c6a7a72 |
files | src/conversation.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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();