Merge lp:~kamalmostafa/ubuntu/lucid/grig/fix-517816-crash into lp:ubuntu/lucid/grig

Proposed by Kamal Mostafa
Status: Merged
Merged at revision: not available
Proposed branch: lp:~kamalmostafa/ubuntu/lucid/grig/fix-517816-crash
Merge into: lp:ubuntu/lucid/grig
Diff against target: 41 lines (+10/-2)
3 files modified
debian/changelog (+7/-0)
debian/control (+2/-1)
src/rig-gui-lcd.c (+1/-1)
To merge this branch: bzr merge lp:~kamalmostafa/ubuntu/lucid/grig/fix-517816-crash
Reviewer Review Type Date Requested Status
Iulian Udrea Approve
Ubuntu branches Pending
Review via email: mp+18730@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Iulian Udrea (iulian) wrote :

Looks good.

review: Approve

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 2009-11-01 19:26:37 +0000
3+++ debian/changelog 2010-02-05 23:45:21 +0000
4@@ -1,3 +1,10 @@
5+grig (0.7.2-3ubuntu1) lucid; urgency=low
6+
7+ * Fix segfault on mouse click between frequency digits (LP: #517816)
8+ - rig_gui_lcd_get_event_object: 'i' might go negative so must be signed.
9+
10+ -- Kamal Mostafa <kamal@whence.com> Fri, 05 Feb 2010 14:36:39 -0800
11+
12 grig (0.7.2-3) unstable; urgency=low
13
14 * Retiring - set the package maintainer to Debian QA Group.
15
16=== modified file 'debian/control'
17--- debian/control 2009-11-01 19:26:37 +0000
18+++ debian/control 2010-02-05 23:45:21 +0000
19@@ -1,7 +1,8 @@
20 Source: grig
21 Section: hamradio
22 Priority: optional
23-Maintainer: Debian QA Group <packages@qa.debian.org>
24+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
25+XSBC-Original-Maintainer: Debian QA Group <packages@qa.debian.org>
26 Standards-Version: 3.7.2
27 Build-Depends: debhelper (>> 3.0.0), libhamlib-dev, libgtk2.0-dev (>=2.4.0), libxml-parser-perl, autotools-dev
28 Homepage: http://groundstation.sourceforge.net/grig/
29
30=== modified file 'src/rig-gui-lcd.c'
31--- src/rig-gui-lcd.c 2006-07-25 00:03:43 +0000
32+++ src/rig-gui-lcd.c 2010-02-05 23:45:21 +0000
33@@ -810,7 +810,7 @@
34 rig_gui_lcd_get_event_object (GdkEvent *event)
35 {
36 guint x,y; /* coordinates */
37- guint i;
38+ gint i;
39
40 x = (guint) ((GdkEventButton*)event)->x;
41 y = (guint) ((GdkEventButton*)event)->y;

Subscribers

People subscribed via source and target branches

to all changes: