GNOME Bugzilla – Bug 449812
Jamendo plugin windows while loading
Last modified: 2007-06-21 22:04:33 UTC
Windows length of Jamendo plugin showed while loading DB is too high. I fixed it by enabling wrapping of glade interface. $ diff -u jamendo-loading.glade jamendo-loading.glade_bak --- jamendo-loading.glade 2007-06-20 11:29:22.000000000 +0200 +++ jamendo-loading.glade_bak 2007-06-20 11:26:42.000000000 +0200 @@ -127,7 +127,7 @@ <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> - <property name="wrap">True</property> + <property name="wrap">False</property> <property name="selectable">False</property> <property name="xalign">0</property> <property name="yalign">0.5</property>
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of 419474 ***