[Bug 365516] [NEW] track info not open after closing

zl0i sancheolz at gmail.com
Thu Apr 23 12:25:47 UTC 2009


Public bug reported:

Binary package hint: audacious

Open track info in playlist, then close track info window by pressing
cross "x"( not "Close"), then if open track info again it doesn`t
showed. Here patch that fix it:

diff -Naur ./audacious-1.5.1/src/audacious/ui_fileinfo.c ./audacious-1.5.1_my/src/audacious/ui_fileinfo.c
--- ./audacious-1.5.1/src/audacious/ui_fileinfo.c   2008-05-24 02:00:34.000000000 +0400
+++ ./audacious-1.5.1_my/src/audacious/ui_fileinfo.c   2009-04-22 23:08:58.000000000 +0400
@@ -772,6 +772,8 @@
     GTK_WIDGET_SET_FLAGS(btn_close, GTK_CAN_DEFAULT);
     g_signal_connect(G_OBJECT(btn_close), "clicked", (GCallback) fileinfo_hide, NULL);
 
+    g_signal_connect(G_OBJECT(fileinfo_win), "delete_event", (GCallback) fileinfo_hide, NULL);
+
     gtk_widget_show_all (vbox0);
 }

** Affects: audacious (Ubuntu)
     Importance: Undecided
         Status: New

-- 
track info not open after closing
https://bugs.launchpad.net/bugs/365516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list