~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

Viewing changes to modules/other/gail/gailscalebutton.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-23 09:50:04 UTC
  • mfrom: (1.5.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 129.
  • Revision ID: james.westby@ubuntu.com-20090923095004-e9xauadn4bjs5n7m
Tags: upstream-2.18.0
ImportĀ upstreamĀ versionĀ 2.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
gail_scale_button_get_current_value (AtkValue *obj,
188
188
                                     GValue   *value)
189
189
{
190
 
  GailScaleButton *scale_button;
191
190
  GtkScaleButton *gtk_scale_button;
192
191
 
193
192
  g_return_if_fail (GAIL_IS_SCALE_BUTTON (obj));
194
193
 
195
 
  scale_button = GAIL_SCALE_BUTTON (obj);
196
194
  gtk_scale_button = GTK_SCALE_BUTTON (GTK_ACCESSIBLE (obj)->widget);
197
195
 
198
196
  g_value_set_double (g_value_init (value, G_TYPE_DOUBLE),