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
=== modified file 'src/idorange.c'
--- src/idorange.c 2010-07-15 16:21:39 +0000
+++ src/idorange.c 2010-08-04 15:11:00 +0000
@@ -179,7 +179,7 @@
179 * Creates a new #IdoRange widget.179 * Creates a new #IdoRange widget.
180 **/180 **/
181GtkWidget *181GtkWidget *
182ido_range_new (GtkAdjustment *adj,182ido_range_new (GtkObject *adj,
183 IdoRangeStyle style)183 IdoRangeStyle style)
184{184{
185 g_return_val_if_fail (GTK_IS_ADJUSTMENT (adj), NULL);185 g_return_val_if_fail (GTK_IS_ADJUSTMENT (adj), NULL);
186186
=== modified file 'src/idorange.h'
--- src/idorange.h 2010-07-13 14:45:22 +0000
+++ src/idorange.h 2010-08-04 15:11:00 +0000
@@ -64,7 +64,7 @@
6464
65GType ido_range_get_type (void) G_GNUC_CONST;65GType ido_range_get_type (void) G_GNUC_CONST;
6666
67GtkWidget* ido_range_new (GtkAdjustment *adj,67GtkWidget* ido_range_new (GtkObject *adj,
68 IdoRangeStyle style);68 IdoRangeStyle style);
6969
70G_END_DECLS70G_END_DECLS
7171
=== modified file 'src/idoscalemenuitem.c'
--- src/idoscalemenuitem.c 2010-07-29 21:07:05 +0000
+++ src/idoscalemenuitem.c 2010-08-04 15:11:00 +0000
@@ -202,7 +202,7 @@
202{202{
203 IdoScaleMenuItem *self = IDO_SCALE_MENU_ITEM (object);203 IdoScaleMenuItem *self = IDO_SCALE_MENU_ITEM (object);
204 IdoScaleMenuItemPrivate *priv = GET_PRIVATE (self);204 IdoScaleMenuItemPrivate *priv = GET_PRIVATE (self);
205 GtkAdjustment *adj = GTK_ADJUSTMENT (gtk_adjustment_new (0.0, 0.0, 100.0, 1.0, 10.0, 0.0));205 GtkObject *adj = gtk_adjustment_new (0.0, 0.0, 100.0, 1.0, 10.0, 0.0);
206 IdoRangeStyle range_style;206 IdoRangeStyle range_style;
207 GtkWidget *hbox;207 GtkWidget *hbox;
208208

Subscribers

People subscribed via source and target branches

to all changes: