[gq-commit] gq/src mainwin.c,1.39,1.40
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2003-10-10 06:51:38
|
Update of /cvsroot/gqclient/gq/src In directory sc8-pr-cvs1:/tmp/cvs-serv8023 Modified Files: mainwin.c Log Message: * Fixed a bug that causes a GTK Warning just before the program shuts down. Introduced due to the new struct mainwin_data. Index: mainwin.c =================================================================== RCS file: /cvsroot/gqclient/gq/src/mainwin.c,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** mainwin.c 9 Oct 2003 05:47:26 -0000 1.39 --- mainwin.c 10 Oct 2003 06:51:34 -0000 1.40 *************** *** 498,502 **** /* don't waste time refocusing on disappearing tabs */ gtk_signal_disconnect_by_func(GTK_OBJECT(win->mainbook), ! GTK_SIGNAL_FUNC(switchpage_refocus), NULL); tabs = win->tablist; --- 498,502 ---- /* don't waste time refocusing on disappearing tabs */ gtk_signal_disconnect_by_func(GTK_OBJECT(win->mainbook), ! GTK_SIGNAL_FUNC(switchpage_refocus), win); tabs = win->tablist; |