Merge lp:~bratsche/ido/armel-build into lp:ido/0.3

Proposed by Cody Russell
Status: Merged
Merged at revision: 59
Proposed branch: lp:~bratsche/ido/armel-build
Merge into: lp:ido/0.3
Diff against target: 37 lines (+3/-3)
3 files modified
src/idorange.c (+1/-1)
src/idorange.h (+1/-1)
src/idoscalemenuitem.c (+1/-1)
To merge this branch: bzr merge lp:~bratsche/ido/armel-build
Reviewer Review Type Date Requested Status
Ted Gould (community) Approve
Review via email: mp+31760@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ted Gould (ted) wrote :

I'd be surprised if that fixed anything, but sure, seems harmless.

  review approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/idorange.c'
2--- src/idorange.c 2010-07-15 16:21:39 +0000
3+++ src/idorange.c 2010-08-04 15:11:00 +0000
4@@ -179,7 +179,7 @@
5 * Creates a new #IdoRange widget.
6 **/
7 GtkWidget *
8-ido_range_new (GtkAdjustment *adj,
9+ido_range_new (GtkObject *adj,
10 IdoRangeStyle style)
11 {
12 g_return_val_if_fail (GTK_IS_ADJUSTMENT (adj), NULL);
13
14=== modified file 'src/idorange.h'
15--- src/idorange.h 2010-07-13 14:45:22 +0000
16+++ src/idorange.h 2010-08-04 15:11:00 +0000
17@@ -64,7 +64,7 @@
18
19 GType ido_range_get_type (void) G_GNUC_CONST;
20
21-GtkWidget* ido_range_new (GtkAdjustment *adj,
22+GtkWidget* ido_range_new (GtkObject *adj,
23 IdoRangeStyle style);
24
25 G_END_DECLS
26
27=== modified file 'src/idoscalemenuitem.c'
28--- src/idoscalemenuitem.c 2010-07-29 21:07:05 +0000
29+++ src/idoscalemenuitem.c 2010-08-04 15:11:00 +0000
30@@ -202,7 +202,7 @@
31 {
32 IdoScaleMenuItem *self = IDO_SCALE_MENU_ITEM (object);
33 IdoScaleMenuItemPrivate *priv = GET_PRIVATE (self);
34- GtkAdjustment *adj = GTK_ADJUSTMENT (gtk_adjustment_new (0.0, 0.0, 100.0, 1.0, 10.0, 0.0));
35+ GtkObject *adj = gtk_adjustment_new (0.0, 0.0, 100.0, 1.0, 10.0, 0.0);
36 IdoRangeStyle range_style;
37 GtkWidget *hbox;
38

Subscribers

People subscribed via source and target branches

to all changes: