About Close Button Does Nothing

Bug #308484 reported by Robert Massaioli
2
Affects Status Importance Assigned to Milestone
dvdrip (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: dvdrip

lsb_release:
Description: Ubuntu 8.04.1
Release: 8.04

uname:
Linux Shhnap 2.6.24-22-generic #1 SMP Mon Nov 24 18:32:42 UTC 2008 i686 GNU/Linux

apt-cache policy dvdrip:
dvdrip:
  Installed: 1:0.98.6-0.0ubuntu1
  Candidate: 1:0.98.6-0.0ubuntu1
  Version table:
 *** 1:0.98.6-0.0ubuntu1 0
        500 http://au.archive.ubuntu.com hardy/multiverse Packages
        100 /var/lib/dpkg/status

The steps:

With the dvdrip window open, I pressed Ctrl-A. The "About" window pops open as expected. Then I clicked the close button.

What I expected to happen:

The about window to close.

What actually happened:

The about window stayed open despite the fact that the close button was being clearly clicked many times.

Aside:

I think this is a trivial problem that can be solved quickly.

Tags: about close

Related branches

Revision history for this message
Robert Massaioli (robertmassaioli) wrote :

Ok, after some searching through the code, the file Main.pm lines #998-1026 are where the code for the about dialog box is setup however it does not seem to be responsible for closing the menu. I will continue searching. I am fluent in other languages but perl not so much. I would appreciate somebody else that is a better perl programmer taking a look at this.

Revision history for this message
Cesare Tirabassi (norsetto) wrote :

Changing the:

    $about->show;

With:

    $about->run;
    $about->destroy;

Should do. Can you test and report?

Changed in dvdrip:
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package dvdrip - 1:0.98.9-0.0ubuntu1

---------------
dvdrip (1:0.98.9-0.0ubuntu1) jaunty; urgency=low

  * Merge from debian-multimedia.org (LP: #308484), remaining Ubuntu changes:
    - debian/control:
      + Use Depends: ogmtools, Suggests: rar
    - debian/patches/:
      + series: Don't apply 01_Config.pm.patch (Ubuntu uses rar)
      + 02_fix_desktop_file.patch:
        - HIGify comment
        - Modify to show that dvdrip is a dvd ripping program
          not a dvd copying program
        - Modify to validate with desktop-file-validate

dvdrip (1:0.98.9-0.0) unstable; urgency=low

  * New upstream release.

dvdrip (1:0.98.8-0.1) unstable; urgency=low

  * Install the desktop file.
  * Force build for *.mo files otherwise ca.mo and sv.mo files aren't
    installed.

dvdrip (1:0.98.8-0.0) unstable; urgency=low

  * New upstream release.

dvdrip (1:0.98.7-0.0) unstable; urgency=low

  * New upstream release.

 -- Cesare Tirabassi <email address hidden> Tue, 16 Dec 2008 19:34:13 +0100

Changed in dvdrip:
status: Incomplete → Fix Released
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.