comparison src/buddy.c @ 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 810c595258c8
children 7b06ba09ffe2
comparison
equal deleted inserted replaced
271:f7706908f8ae 272:6b6cd02de8f9
290 void gnome_buddy_hide(){ 290 void gnome_buddy_hide(){
291 gtk_widget_hide( blist ); 291 gtk_widget_hide( blist );
292 } 292 }
293 293
294 void gnome_buddy_set_pos( gint x, gint y ){ 294 void gnome_buddy_set_pos( gint x, gint y ){
295 gtk_widget_set_uposition ( blist, x, y ); 295 if (general_options & OPT_GEN_SAVED_WINDOWS)
296 gtk_widget_set_uposition ( blist, x, y );
296 } 297 }
297 298
298 GtkRequisition gnome_buddy_get_dimentions(){ 299 GtkRequisition gnome_buddy_get_dimentions(){
299 if (general_options & OPT_GEN_SAVED_WINDOWS) { 300 if (general_options & OPT_GEN_SAVED_WINDOWS) {
300 GtkRequisition r; 301 GtkRequisition r;