Update of /cvsroot/mplayerplug-in/mplayerplug-in/Source
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7287/Source
Modified Files:
plugin.cpp
Log Message:
Comment out GTK Hide code
Index: plugin.cpp
===================================================================
RCS file: /cvsroot/mplayerplug-in/mplayerplug-in/Source/plugin.cpp,v
retrieving revision 1.274
retrieving revision 1.275
diff -C2 -d -r1.274 -r1.275
*** plugin.cpp 21 Jan 2006 15:38:48 -0000 1.274
--- plugin.cpp 23 Jan 2006 20:20:24 -0000 1.275
***************
*** 463,471 ****
g_signal_handler_disconnect(GTK_OBJECT(gtkwidget),
visible_signal_id);
! if (GTK_IS_WIDGET(button_window))
! gtk_widget_destroy(button_window);
}
! if (GTK_IS_WIDGET(gtkwidget))
! gtk_widget_hide(gtkwidget);
}
#endif
--- 463,474 ----
g_signal_handler_disconnect(GTK_OBJECT(gtkwidget),
visible_signal_id);
! // disable as this makes firefox on Linspire 5.1 crash
! // if (GTK_IS_WIDGET(button_window))
! // gtk_widget_destroy(button_window);
}
!
! // disable as this makes firefox on Linspire 5.1 crash
! // if (GTK_IS_WIDGET(gtkwidget))
! // gtk_widget_hide(gtkwidget);
}
#endif
|