gtk+ r19319 - in trunk: . gtk



Author: johan
Date: Mon Jan  7 01:26:39 2008
New Revision: 19319
URL: http://svn.gnome.org/viewvc/gtk+?rev=19319&view=rev

Log:
2008-01-06  Johan Dahlin  <johan gnome org>

	* gtk/gtkspinbutton.c: Declare value in the example code for
	GtkSpinButton::output, as pointed out by Anders Carlsson.



Modified:
   trunk/ChangeLog
   trunk/gtk/gtkspinbutton.c

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog	(original)
+++ trunk/ChangeLog	Mon Jan  7 01:26:39 2008
@@ -1,3 +1,8 @@
+2008-01-06  Johan Dahlin  <johan gnome org>
+
+	* gtk/gtkspinbutton.c: Declare value in the example code for
+	GtkSpinButton::output, as pointed out by Anders Carlsson.
+
 2008-01-06  Christian Persch  <chpe gnome org>
 
 	* gtk/gtkpagesetupunixdialog.c: Make the labels left-aligned,

Modified: trunk/gtk/gtkspinbutton.c
==============================================================================
--- trunk/gtk/gtkspinbutton.c	(original)
+++ trunk/gtk/gtkspinbutton.c	Mon Jan  7 01:26:39 2008
@@ -304,6 +304,7 @@
    * {
    *    GtkAdjustment *adj;
    *    gchar *text;
+   *    int value;
    *    
    *    adj = gtk_spin_button_get_adjustment (spin);
    *    value = (int)gtk_adjustment_get_value (adj);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]