Author: bratsche
Date: Sat Feb  9 04:03:25 2008
New Revision: 19502
URL: http://svn.gnome.org/viewvc/gtk+?rev=19502&view=rev

Log:
2008-02-08  Cody Russell  <[EMAIL PROTECTED]>

        * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_start):
        Removed an extra semicolon.  (#515219, reported by Kazuki IWAMOTO)



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

Modified: trunk/gtk/gtkcombobox.c
==============================================================================
--- trunk/gtk/gtkcombobox.c     (original)
+++ trunk/gtk/gtkcombobox.c     Sat Feb  9 04:03:25 2008
@@ -4067,7 +4067,7 @@
                                       GtkCellRenderer *cell,
                                       gboolean         expand)
 {
-  GtkComboBox *combo_box = GTK_COMBO_BOX (layout);;
+  GtkComboBox *combo_box = GTK_COMBO_BOX (layout);
   ComboCellInfo *info;
   GtkComboBoxPrivate *priv;
 
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to