track info not open after closing

Bug #365516 reported by zl0i
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
audacious (Ubuntu)
New
Undecided
Unassigned

Bug Description

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);
 }

Revision history for this message
Christian Aasan (christian-aasan) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 380161, so it is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Feel free to continue to report any other bugs you may find.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.