[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-cvs] pspp/lib/gtksheet gtksheet.c
From: |
John Darrington |
Subject: |
[Pspp-cvs] pspp/lib/gtksheet gtksheet.c |
Date: |
Thu, 28 Jun 2007 04:42:26 +0000 |
CVSROOT: /sources/pspp
Module name: pspp
Changes by: John Darrington <jmd> 07/06/28 04:42:26
Modified files:
lib/gtksheet : gtksheet.c
Log message:
More whitespace changes. Thanks to Ben for pointing out prior errors.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/lib/gtksheet/gtksheet.c?cvsroot=pspp&r1=1.15&r2=1.16
Patches:
Index: gtksheet.c
===================================================================
RCS file: /sources/pspp/pspp/lib/gtksheet/gtksheet.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- gtksheet.c 28 Jun 2007 02:38:32 -0000 1.15
+++ gtksheet.c 28 Jun 2007 04:42:25 -0000 1.16
@@ -35,7 +35,7 @@
* You can also set many attributes as: border, foreground and background
color,
* text justification, and more.
*
- * The testgtksheet program shows how easy is to create a spreadsheet -like GUI
+ * The testgtksheet program shows how easy is to create a spreadsheet-like GUI
* using this widget.
*/
#include <config.h>
@@ -878,7 +878,7 @@
sheet_range_type =
g_boxed_type_register_static ("GtkSheetRange",
(GBoxedCopyFunc) gtk_sheet_range_copy,
- (GBoxedFreeFunc)gtk_sheet_range_free);
+ (GBoxedFreeFunc) gtk_sheet_range_free);
}
return sheet_range_type;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-cvs] pspp/lib/gtksheet gtksheet.c,
John Darrington <=