[Pkg-audacious-maintainers] Bug#497769: audacious: fix patch

VDR dai (deb) d+deb at vdr.jp
Sat Jan 10 11:58:26 UTC 2009


Package: audacious
Version: 1.5.1-4
Tags: patch
Followup-For: Bug #497769

Hi,

"SHITAMORI Akira" <sitamo at gmail dot com> created patch
that fixes both #491043 and #497769.
I tested and confirmed it. It's ok maybe...

Could you please replace audacious-play-files-from-command-line.patch
by attached patch?

Regards,
	dai
-- 
-------------- next part --------------
--- audacious-1.5.1.orig/src/audacious/main.c
+++ audacious-1.5.1/src/audacious/main.c
@@ -715,8 +715,6 @@

     signal_handlers_init();

-    handle_cmd_line_options();
-
     if (options.headless == FALSE)
     {
         ui_main_check_theme_engine();
@@ -735,6 +733,8 @@
     plugin_system_init();
     playlist_system_init();

+    handle_cmd_line_options();
+
 #ifdef USE_DBUS
     init_dbus();
 #endif


More information about the Pkg-audacious-maintainers mailing list