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
1=== modified file 'debian/changelog'
2--- debian/changelog 2010-07-09 13:09:42 +0000
3+++ debian/changelog 2010-07-23 10:19:42 +0000
4@@ -1,3 +1,11 @@
5+synaptic (0.63.1ubuntu13) maverick; urgency=low
6+
7+ * debian/patches/11-lp-155930:
8+ - Modify gtk/rgmainwindow.cc to populate package list again after
9+ 'Unmark All' is selected. (LP: #155930)
10+
11+ -- Bilal Akhtar <bilalakhtar96@yahoo.com> Wed, 21 Jul 2010 13:41:42 +0530
12+
13 synaptic (0.63.1ubuntu12) maverick; urgency=low
14
15 * gtk/rgfetchprogress.cc:
16
17=== modified file 'debian/patches/00list'
18--- debian/patches/00list 2008-08-22 12:40:10 +0000
19+++ debian/patches/00list 2010-07-23 10:19:42 +0000
20@@ -4,3 +4,4 @@
21 04_ubuntu_lpi
22 06_ubuntu_su_to_root
23 10_ubuntu_maintenance_gui
24+11-lp-155930
25
26=== modified file 'debian/patches/00list.Ubuntu'
27--- debian/patches/00list.Ubuntu 2008-08-22 12:40:10 +0000
28+++ debian/patches/00list.Ubuntu 2010-07-23 10:19:42 +0000
29@@ -4,3 +4,4 @@
30 04_ubuntu_lpi
31 06_ubuntu_su_to_root
32 10_ubuntu_maintenance_gui
33+11-lp-155930
34
35=== added file 'debian/patches/11-lp-155930.dpatch'
36--- debian/patches/11-lp-155930.dpatch 1970-01-01 00:00:00 +0000
37+++ debian/patches/11-lp-155930.dpatch 2010-07-23 10:19:42 +0000
38@@ -0,0 +1,25 @@
39+#! /bin/sh /usr/share/dpatch/dpatch-run
40+## 11-lp-155930.dpatch by Bilal Akhtar <bilalakhtar96@yahoo.com>
41+##
42+## All lines beginning with `## DP:' are a description of the patch.
43+## DP: This patch fixes launchpad bug #155930 by forcing the package list
44+## DP: to refresh after 'Unmark All' is selected.
45+
46+@DPATCH@
47+diff -urNad synaptic~/gtk/rgmainwindow.cc synaptic/gtk/rgmainwindow.cc
48+--- synaptic~/gtk/rgmainwindow.cc 2010-07-23 15:46:14.371036004 +0530
49++++ synaptic/gtk/rgmainwindow.cc 2010-07-23 15:46:49.104035712 +0530
50+@@ -2658,10 +2658,12 @@
51+ exit(1);
52+ }
53+
54+- me->setTreeLocked(FALSE);
55+ me->_lister->registerObserver(me);
56++ me->setTreeLocked(FALSE);
57+ me->refreshTable();
58++ me->refreshSubViewList();
59+ me->setInterfaceLocked(FALSE);
60++ me->setStatusText();
61+ }
62+
63+

Subscribers

People subscribed via source and target branches

to all changes: