|
From: Shaya P. <sp...@cs...> - 2003-04-06 08:17:00
|
here's a simple patch that lets me minimize the away window, and not have it act like an always on top dialog. spotter@zaphod:~/cvs/gaim/src$ cvs diff away.c Index: away.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/away.c,v retrieving revision 1.93 diff -r1.93 away.c 214c214 < GAIM_DIALOG(imaway); --- > imaway = gtk_window_new(GTK_WINDOW_TOPLEVEL); |