6d17674abf
changes: * Restored disabling of VO deinterlacer when there are active deinterlacer plugins. I finally realised what was missing... * Added names to some windows for use in ~/.gxine/gtkrc: video, fs_toolbar, wm_toolbar. * Added a few name attributes to the toolbar XML and some example style info (commented out) to the default gtkrc for the full-screen toolbar. * When determining a default MRL title, resolve symbolic links. * Prevent text insertion before the system-wide startup script. * A couple of Undo shortcuts got missed in 0.5.6. * Fixed some problems with switching to/from full-screen. * Fixed a startup bug in the window size submenu. (Bug 1487691) * Fixed a bug which prevented the video window from being shrunk. (Ubuntu bug 46403) * Fixed a problem with update of the window size menu. * Hopefully fixed a Javascript crash-on-start bug. (Bug 1482697) * Added a watchdog which will abort gxine if it hangs for 30s. (Disabled by default.) * Italian translation from Diego Petten<C3><B2>. * Build fixes for autoconf 2.59c and later.
16 lines
448 B
Text
16 lines
448 B
Text
$NetBSD: patch-ao,v 1.2 2006/07/07 18:28:48 drochner Exp $
|
|
|
|
--- src/ui.c.orig 2006-05-17 23:59:45.000000000 +0200
|
|
+++ src/ui.c
|
|
@@ -948,11 +948,9 @@ void ui_init (void)
|
|
gboolean ui_post_init (void)
|
|
{
|
|
unsigned int i;
|
|
- gdk_threads_enter ();
|
|
for (i = 0; i < G_N_ELEMENTS (ranges); ++i)
|
|
if (ranges[i].param && i != Control_VOLUME)
|
|
xine_set_param (stream, ranges[i].param, starts[i]);
|
|
- gdk_threads_leave ();
|
|
return FALSE;
|
|
}
|
|
|