[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: x_dialog.c
User: danmc
Date: 06/07/28 00:32:33
Modified: . x_dialog.c
Log:
add missing GTK_LABEL() to get rid of a compiler warning
Revision Changes Path
1.20 +3 -1 eda/geda/gaf/gattrib/src/x_dialog.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: x_dialog.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gattrib/src/x_dialog.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- x_dialog.c 26 Jul 2006 22:56:39 -0000 1.19
+++ x_dialog.c 28 Jul 2006 04:32:32 -0000 1.20
@@ -1,3 +1,5 @@
+/* $Id: x_dialog.c,v 1.20 2006/07/28 04:32:32 danmc Exp $ */
+
/* gEDA - GPL Electronic Design Automation
* gattrib -- gEDA component and net attribute manipulation using spreadsheet.
* Copyright (C) 2003 Stuart D. Brorson.
@@ -948,7 +950,7 @@
g_strdup_printf("%s(such as .csv).\n", string);
label = gtk_label_new(string);
- gtk_label_set_justify(label, GTK_JUSTIFY_CENTER);
+ gtk_label_set_justify (GTK_LABEL (label), GTK_JUSTIFY_CENTER);
gtk_widget_show (label);
gtk_box_pack_start (GTK_BOX(vbox), label, FALSE, FALSE, 0);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs