~ubuntu-branches/ubuntu/karmic/quodlibet/karmic

« back to all changes in this revision

Viewing changes to debian/patches/20-ellipsize-middle.patch

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2009-01-30 23:55:34 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20090130235534-l4e72ulw0vqfo17w
Tags: 2.0-1ubuntu1
* Merge from Debian experimental (LP: #276856), remaining Ubuntu changes:
  + debian/patches/40-use-music-profile.patch:
    - Use the "Music and Movies" pipeline per default.
* Refresh the above patch for new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nur quodlibet-1.0/qltk/info.py quodlibet-1.0.new/qltk/info.py
2
 
--- quodlibet-1.0/qltk/info.py  2006-08-18 01:26:50.000000000 +0200
3
 
+++ quodlibet-1.0.new/qltk/info.py      2008-01-26 02:19:32.350201268 +0200
4
 
@@ -36,7 +36,7 @@
5
 
 
6
 
     def __init__(self, library, player):
7
 
         super(SongInfo, self).__init__()
8
 
-        self.set_ellipsize(pango.ELLIPSIZE_END)
9
 
+        self.set_ellipsize(pango.ELLIPSIZE_MIDDLE)
10
 
         self.set_selectable(True)
11
 
         self.set_alignment(0.0, 0.0)
12
 
         library.connect_object('changed', self.__check_change, player)