pspp-dev
[Top][All Lists]
Advanced

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

[PATCH 14/17] pspp-sheet-view: Make pspp_sheet_view_stop_editing() publi


From: Ben Pfaff
Subject: [PATCH 14/17] pspp-sheet-view: Make pspp_sheet_view_stop_editing() public.
Date: Sun, 22 Apr 2012 11:12:32 -0700

---
 src/ui/gui/pspp-sheet-view.c |    6 ++----
 src/ui/gui/pspp-sheet-view.h |    5 ++++-
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/ui/gui/pspp-sheet-view.c b/src/ui/gui/pspp-sheet-view.c
index 529e566..0fea3cb 100644
--- a/src/ui/gui/pspp-sheet-view.c
+++ b/src/ui/gui/pspp-sheet-view.c
@@ -398,8 +398,6 @@ static void pspp_sheet_view_real_start_editing 
(PsppSheetView       *tree_view,
                                              GdkRectangle      *cell_area,
                                              GdkEvent          *event,
                                              guint              flags);
-static void pspp_sheet_view_stop_editing                  (PsppSheetView 
*tree_view,
-                                                        gboolean     
cancel_editing);
 static gboolean pspp_sheet_view_real_start_interactive_search (PsppSheetView 
*tree_view,
                                                             gboolean     
keybinding);
 static gboolean pspp_sheet_view_start_interactive_search      (PsppSheetView 
*tree_view);
@@ -12071,9 +12069,9 @@ pspp_sheet_view_real_start_editing (PsppSheetView       
*tree_view,
     }
 }
 
-static void
+void
 pspp_sheet_view_stop_editing (PsppSheetView *tree_view,
-                           gboolean     cancel_editing)
+                              gboolean     cancel_editing)
 {
   PsppSheetViewColumn *column;
   GtkCellRenderer *cell;
diff --git a/src/ui/gui/pspp-sheet-view.h b/src/ui/gui/pspp-sheet-view.h
index 3df7360..a80b545 100644
--- a/src/ui/gui/pspp-sheet-view.h
+++ b/src/ui/gui/pspp-sheet-view.h
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2011 Free Software Foundation, Inc.
+   Copyright (C) 2011, 2012 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -412,6 +412,9 @@ void          pspp_sheet_view_set_tooltip_column 
(PsppSheetView       *tree_view
                                                gint               column);
 gint          pspp_sheet_view_get_tooltip_column (PsppSheetView       
*tree_view);
 
+void pspp_sheet_view_stop_editing (PsppSheetView *tree_view,
+                                   gboolean     cancel_editing);
+
 G_END_DECLS
 
 
-- 
1.7.2.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]