revelation_0.4.11-3.1ubuntu2.diff.gz changes source code directly

Bug #362788 reported by Stefan Voelkel
4
Affects Status Importance Assigned to Milestone
revelation (Ubuntu)
Fix Released
Low
Unassigned

Bug Description

Binary package hint: revelation

It would be really helpful if this was to be moved to an annotated patch:

--- revelation-0.4.11.orig/src/lib/ui.py
+++ revelation-0.4.11/src/lib/ui.py
@@ -1257,8 +1257,9 @@
        def __init__(self, stock, text = None):
                gtk.ImageMenuItem.__init__(self, stock)

- self.label = self.get_children()[0]
- self.image = self.get_children()[1]
+ children=self.get_children()
+ if len(children) > 0 : self.label = children[0]
+ if len(children) > 1 : self.image = children[1]

                if text is not None:
                        self.set_text(text)

Tags: packaging

Related branches

William Grant (wgrant)
Changed in revelation (Ubuntu):
importance: Undecided → Low
status: New → Triaged
tags: added: packaging
Revision history for this message
Hew (hew) wrote :

This change can be dropped due to the Debian patch in 0.4.11-4 (thanks), I'll do this in the merge bug 386624.

Changed in revelation (Ubuntu):
assignee: nobody → Hew McLachlan (hew)
status: Triaged → In Progress
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package revelation - 0.4.11-4ubuntu1

---------------
revelation (0.4.11-4ubuntu1) karmic; urgency=low

  [ Hew McLachlan ]
  * Merge from debian unstable (LP: #386624), remaining changes:
    - Fix FTBFS with python >= 2.6
    - debian/patches/91_panel_category.dpatch:
      + Change GNOME panel category from "Utility" to the correct "Utilities".
    - debian/patches/92_typo_de_translation.dpatch:
      + Fix German translation typo
    - debian/rules:
      + Include dh_icons
  * Rename Ubuntu specific patches to avoid confusion with Debian's patches:
    - 80_panel_category.dpatch -> 91_panel_category.dpatch
    - 90_typo_de_translation.dpatch -> 92_typo_de_translation.dpatch
  * debian/patches/00list: Update with new Ubuntu specific patch names
  * Dropped changes now applied upstream:
    - debian/control:
      + Drop python-xml from Depends
    - debian/patches/80_transparency.dpatch:
      + Allow applet to support transparent panels
    - Fix index out of range in ui.py (LP: #362788)
  * Dropped changes no longer required:
    - debian/control:
      + Add dependency on python-gnome2-desktop

 -- Hew McLachlan <email address hidden> Sat, 13 Jun 2009 23:05:07 +1000

Changed in revelation (Ubuntu):
status: In Progress → Fix Released
Hew (hew)
Changed in revelation (Ubuntu):
assignee: Hew McLachlan (hew) → nobody
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.