~gary-lasker/software-center/fix-crash-lp843795

« back to all changes in this revision

Viewing changes to softwarecenter/ui/gtk3/views/appdetailsview_gtk.py

  • Committer: Michael Vogt
  • Date: 2011-10-04 13:22:42 UTC
  • mfrom: (2482.1.1 fixes)
  • Revision ID: michael.vogt@ubuntu.com-20111004132242-0ou9niu3et7gu9pb
* lp:~mmcg069/software-center/bug855666:
  - add missing linewrap (LP: #855666)

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
        self.installed_icon  = Gtk.Image.new_from_icon_name(
124
124
            Icons.INSTALLED_OVERLAY, Gtk.IconSize.DIALOG)
125
125
        self.label = Gtk.Label()
 
126
        self.label.set_line_wrap(True)
126
127
        self.button = Gtk.Button()
127
128
        self.progress = Gtk.ProgressBar()
128
129