After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 449812 - Jamendo plugin windows while loading
Jamendo plugin windows while loading
Status: RESOLVED DUPLICATE of bug 419474
Product: rhythmbox
Classification: Other
Component: Plugins (other)
0.10.0
Other Linux
: Normal trivial
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-06-21 15:58 UTC by Id2ndR
Modified: 2007-06-21 22:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Id2ndR 2007-06-21 15:58:15 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>
Comment 1 Jonathan Matthew 2007-06-21 22:04:33 UTC
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 ***