[Gnucash-changes] link

Joshua Sled jsled at cvs.gnucash.org
Mon Aug 22 22:59:44 EDT 2005


Log Message:
-----------
link

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash/lib/goffice:
        split.c
    gnucash/lib/goffice/split:
        command-context.c

Revision Data
-------------
Index: split.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/lib/goffice/Attic/split.c,v
retrieving revision 1.1.4.2
retrieving revision 1.1.4.3
diff -Llib/goffice/split.c -Llib/goffice/split.c -u -r1.1.4.2 -r1.1.4.3
--- lib/goffice/split.c
+++ lib/goffice/split.c
@@ -73,11 +73,6 @@
 }
 
 #if 0
-char const *
-range_name(GnmRange const *src)
-{
-  return "undefined";
-}
 
 char *
 global_range_name(Sheet *sheet, GnmRange const *r)
Index: command-context.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/lib/goffice/split/Attic/command-context.c,v
retrieving revision 1.1.4.1
retrieving revision 1.1.4.2
diff -Llib/goffice/split/command-context.c -Llib/goffice/split/command-context.c -u -r1.1.4.1 -r1.1.4.2
--- lib/goffice/split/command-context.c
+++ lib/goffice/split/command-context.c
@@ -77,6 +77,13 @@
 	g_error_free (err);
 }
 
+char const *
+range_name(GnmRange const *src)
+{
+  return "undefined";
+}
+
+
 void
 gnm_cmd_context_error_splits_array (GnmCmdContext *context,
 			     G_GNUC_UNUSED char const *cmd,


More information about the gnucash-changes mailing list