[gnumeric] Compilation: eliminate non-working corba plugin completely.



commit fa9d8e31a1e956be260c1ffeeec55eb2b53a294a
Author: Morten Welinder <terra gnome org>
Date:   Fri Dec 28 16:28:41 2012 -0500

    Compilation: eliminate non-working corba plugin completely.
    
    We dropped bonobo, so this clearly cannot work anymore.

 NEWS                              |    1 +
 configure.in                      |    4 -
 plugins/Makefile.am               |    4 -
 plugins/corba/.gitignore          |   14 -
 plugins/corba/ChangeLog           |  485 -------------------------------------
 plugins/corba/GNOME_Gnumeric.idl  |   40 ---
 plugins/corba/Makefile.am         |   41 ---
 plugins/corba/TODO                |    5 -
 plugins/corba/corba-application.c |  154 ------------
 plugins/corba/corba-sheet.c       |  193 ---------------
 plugins/corba/corba-sheet.h       |   15 --
 plugins/corba/corba-workbook.c    |  338 --------------------------
 plugins/corba/corba-workbook.h    |   16 --
 plugins/corba/plugin.xml.in       |   11 -
 po-functions/POTFILES.skip        |    1 -
 po/POTFILES.in                    |    1 -
 src/selection.c                   |    2 +-
 17 files changed, 2 insertions(+), 1323 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7107510..59c7d3f 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,7 @@ Morten:
 	* Fix a few compiler warnings.
 	* Always compile ssconvert, ssindex, and ssgrep.
 	* New utility: ssdiff.
+	* Remove disabled corba plugin.
   
 --------------------------------------------------------------------------
 Gnumeric 1.12.0
diff --git a/configure.in b/configure.in
index 0ec96e9..67ea970 100644
--- a/configure.in
+++ b/configure.in
@@ -242,9 +242,6 @@ if test $gnumeric_devel = yes; then
     fi
 fi
 
-with_corba=false
-AM_CONDITIONAL(WITH_CORBA, $with_corba)
-
 
 dnl ****************************
 dnl prep the pixmap generator
@@ -1074,7 +1071,6 @@ plugins/fn-string/Makefile
 plugins/fn-random/Makefile
 plugins/fn-tsa/Makefile
 plugins/applix/Makefile
-plugins/corba/Makefile
 plugins/dif/Makefile
 plugins/excel/Makefile
 plugins/excelplugins/Makefile
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 169ca83..e88ac33 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -39,10 +39,6 @@ if WITH_PERL
   SUBDIRS_EXAMPLES += perl-func
 endif
 
-if WITH_CORBA
-  SUBDIRS_LOADERS += corba
-endif
-
 if PLUGIN_LIST_GIVEN
   SUBDIRS = @PLUGIN_LIST@
 else
diff --git a/po-functions/POTFILES.skip b/po-functions/POTFILES.skip
index fd130e4..8ab53dd 100644
--- a/po-functions/POTFILES.skip
+++ b/po-functions/POTFILES.skip
@@ -16,7 +16,6 @@ schemas/org.gnome.gnumeric.gschema.xml.in
 schemas/org.gnome.gnumeric.plugin.gschema.xml.in
 gnumeric.desktop.in
 plugins/applix/plugin.xml.in
-plugins/corba/plugin.xml.in
 plugins/dif/plugin.xml.in
 plugins/excel/plugin.xml.in
 plugins/excelplugins/plugin.xml.in
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 090a61b..2f96e7e 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -6,7 +6,6 @@
 gnumeric.desktop.in
 plugins/applix/applix-read.c
 plugins/applix/plugin.xml.in
-plugins/corba/plugin.xml.in
 plugins/dif/dif.c
 plugins/dif/plugin.xml.in
 plugins/excel/boot.c
diff --git a/src/selection.c b/src/selection.c
index 4289159..80eda83 100644
--- a/src/selection.c
+++ b/src/selection.c
@@ -392,7 +392,7 @@ sv_menu_enable_insert (SheetView *sv, gboolean col, gboolean row)
 /**
  * selection_first_range
  * @sv: The #SheetView whose selection we are testing.
- * @cc: The calling context to report errors to (GUI or corba)
+ * @cc: The command context to report errors to
  * @cmd_name: A string naming the operation requiring a single range.
  *
  * Returns the first range, if a control is supplied it displays an error if



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