libgnomeui patch



to fix "treat warnings as errors" problems

Ok to commit?
-- 
Rodrigo Moya <rodrigo gnome-db org> - <rodrigo ximian com>
http://www.gnome-db.org/ - http://www.ximian.com/
? libgnomeui/gnome-marshal.c
? libgnomeui/gnome-marshal.h
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/libgnomeui/ChangeLog,v
retrieving revision 1.65
diff -u -r1.65 ChangeLog
--- ChangeLog	2001/12/08 21:00:01	1.65
+++ ChangeLog	2001/12/09 01:10:06
@@ -1,3 +1,11 @@
+2001-12-08  Rodrigo Moya <rodrigo gnome-db org>
+
+	* glade/glade-gnome.c (app_build_children):
+	* libgnomeui/gnome-messagebox.c: removed unused variable
+
+	* libgnomeui/gnome-ui-init.c: #include gtkaccelmap.h to avoid
+	warnings
+
 2001-12-08  Murray Cumming  <murrayc usa net>
 
 	* libgnomeui/gnome-font-picker.h: font_set default signal
Index: glade/glade-gnome.c
===================================================================
RCS file: /cvs/gnome/libgnomeui/glade/glade-gnome.c,v
retrieving revision 1.51
diff -u -r1.51 glade-gnome.c
--- glade/glade-gnome.c	2001/12/07 18:29:50	1.51
+++ glade/glade-gnome.c	2001/12/09 01:10:06
@@ -327,7 +327,7 @@
 app_build_children (GladeXML *self, GtkWidget *parent,
 		    GladeWidgetInfo *info)
 {
-    int i, j;
+    int i;
 
     for (i = 0; i < info->n_children; i++) {
 	GladeChildInfo *cinfo;
Index: libgnomeui/gnome-messagebox.c
===================================================================
RCS file: /cvs/gnome/libgnomeui/libgnomeui/gnome-messagebox.c,v
retrieving revision 1.60
diff -u -r1.60 gnome-messagebox.c
--- libgnomeui/gnome-messagebox.c	2001/12/07 18:28:23	1.60
+++ libgnomeui/gnome-messagebox.c	2001/12/09 01:10:06
@@ -94,7 +94,6 @@
 	GtkStyle *style;
         const gchar* title_prefix = NULL;
         const gchar* appname;
-	gint i = 0;
 
 	g_return_if_fail (messagebox != NULL);
 	g_return_if_fail (GNOME_IS_MESSAGE_BOX (messagebox));
Index: libgnomeui/gnome-ui-init.c
===================================================================
RCS file: /cvs/gnome/libgnomeui/libgnomeui/gnome-ui-init.c,v
retrieving revision 1.167
diff -u -r1.167 gnome-ui-init.c
--- libgnomeui/gnome-ui-init.c	2001/12/08 15:16:30	1.167
+++ libgnomeui/gnome-ui-init.c	2001/12/09 01:10:07
@@ -56,6 +56,7 @@
 
 #include <gtk/gtkversion.h>
 #include <gtk/gtkmain.h>
+#include <gtk/gtkaccelmap.h>
 
 /*****************************************************************************
  * libgnomeui


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