Mercurial > pidgin.yaz
changeset 272:6b6cd02de8f9
[gaim-migrate @ 282]
make it so the buddy list doesn't necessarily go where the applet is
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sat, 27 May 2000 00:49:53 +0000 |
parents | f7706908f8ae |
children | 4c6c213646a3 |
files | src/buddy.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buddy.c Fri May 26 23:17:19 2000 +0000 +++ b/src/buddy.c Sat May 27 00:49:53 2000 +0000 @@ -292,7 +292,8 @@ } void gnome_buddy_set_pos( gint x, gint y ){ - gtk_widget_set_uposition ( blist, x, y ); + if (general_options & OPT_GEN_SAVED_WINDOWS) + gtk_widget_set_uposition ( blist, x, y ); } GtkRequisition gnome_buddy_get_dimentions(){