Merge lp:~bilalakhtar/ubuntu/maverick/synaptic/papercut-fix-155930 into lp:ubuntu/maverick/synaptic

Proposed by Bilal Akhtar
Status: Merged
Merge reported by: Bilal Akhtar
Merged at revision: not available
Proposed branch: lp:~bilalakhtar/ubuntu/maverick/synaptic/papercut-fix-155930
Merge into: lp:ubuntu/maverick/synaptic
Diff against target: 63 lines (+35/-0)
4 files modified
debian/changelog (+8/-0)
debian/patches/00list (+1/-0)
debian/patches/00list.Ubuntu (+1/-0)
debian/patches/11-lp-155930.dpatch (+25/-0)
To merge this branch: bzr merge lp:~bilalakhtar/ubuntu/maverick/synaptic/papercut-fix-155930
Reviewer Review Type Date Requested Status
Ubuntu Sponsors Pending
Review via email: mp+30612@code.launchpad.net

Description of the change

This branch fixes bug #155930.

To post a comment you must log in.
103. By Bilal Akhtar

Removed unnecessary call to routine updatePackageInfo

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2010-07-09 13:09:42 +0000
+++ debian/changelog 2010-07-23 10:19:42 +0000
@@ -1,3 +1,11 @@
1synaptic (0.63.1ubuntu13) maverick; urgency=low
2
3 * debian/patches/11-lp-155930:
4 - Modify gtk/rgmainwindow.cc to populate package list again after
5 'Unmark All' is selected. (LP: #155930)
6
7 -- Bilal Akhtar <bilalakhtar96@yahoo.com> Wed, 21 Jul 2010 13:41:42 +0530
8
1synaptic (0.63.1ubuntu12) maverick; urgency=low9synaptic (0.63.1ubuntu12) maverick; urgency=low
210
3 * gtk/rgfetchprogress.cc:11 * gtk/rgfetchprogress.cc:
412
=== modified file 'debian/patches/00list'
--- debian/patches/00list 2008-08-22 12:40:10 +0000
+++ debian/patches/00list 2010-07-23 10:19:42 +0000
@@ -4,3 +4,4 @@
404_ubuntu_lpi404_ubuntu_lpi
506_ubuntu_su_to_root506_ubuntu_su_to_root
610_ubuntu_maintenance_gui610_ubuntu_maintenance_gui
711-lp-155930
78
=== modified file 'debian/patches/00list.Ubuntu'
--- debian/patches/00list.Ubuntu 2008-08-22 12:40:10 +0000
+++ debian/patches/00list.Ubuntu 2010-07-23 10:19:42 +0000
@@ -4,3 +4,4 @@
404_ubuntu_lpi404_ubuntu_lpi
506_ubuntu_su_to_root506_ubuntu_su_to_root
610_ubuntu_maintenance_gui610_ubuntu_maintenance_gui
711-lp-155930
78
=== added file 'debian/patches/11-lp-155930.dpatch'
--- debian/patches/11-lp-155930.dpatch 1970-01-01 00:00:00 +0000
+++ debian/patches/11-lp-155930.dpatch 2010-07-23 10:19:42 +0000
@@ -0,0 +1,25 @@
1#! /bin/sh /usr/share/dpatch/dpatch-run
2## 11-lp-155930.dpatch by Bilal Akhtar <bilalakhtar96@yahoo.com>
3##
4## All lines beginning with `## DP:' are a description of the patch.
5## DP: This patch fixes launchpad bug #155930 by forcing the package list
6## DP: to refresh after 'Unmark All' is selected.
7
8@DPATCH@
9diff -urNad synaptic~/gtk/rgmainwindow.cc synaptic/gtk/rgmainwindow.cc
10--- synaptic~/gtk/rgmainwindow.cc 2010-07-23 15:46:14.371036004 +0530
11+++ synaptic/gtk/rgmainwindow.cc 2010-07-23 15:46:49.104035712 +0530
12@@ -2658,10 +2658,12 @@
13 exit(1);
14 }
15
16- me->setTreeLocked(FALSE);
17 me->_lister->registerObserver(me);
18+ me->setTreeLocked(FALSE);
19 me->refreshTable();
20+ me->refreshSubViewList();
21 me->setInterfaceLocked(FALSE);
22+ me->setStatusText();
23 }
24
25

Subscribers

People subscribed via source and target branches

to all changes: