|
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- # # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # Please add additional copyright information _after_ the line containing # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by # the ./scripts/Create-CopyPatch script. Do not edit this copyright text! # # ROCK Linux: rock-src/package/gnome2/gnumeric/hotfix.patch # ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # # --- ROCK-COPYRIGHT-NOTE-END ---
--- gnumeric-1.3.1/src/workbook-control-gui-priv.h~ 2004-07-19 08:06:18.000000000 +0200
+++ gnumeric-1.3.1/src/workbook-control-gui-priv.h 2004-07-23 16:35:58.642484856 +0200
@@ -111,7 +111,7 @@
void wbcg_insert_sheet (GtkWidget *ignored, WorkbookControlGUI *wbcg); void wbcg_append_sheet (GtkWidget *ignored, WorkbookControlGUI *wbcg); void wbcg_set_selection_halign (WorkbookControlGUI *wbcg, StyleHAlignFlags halign); -void wbcg_set_selection_valign (WorkbookControlGUI *wbcg, StyleHAlignFlags halign);
+void wbcg_set_selection_valign (WorkbookControlGUI *wbcg, StyleVAlignFlags halign);
enum { WBCG_MARKUP_CHANGED,
|