[gnumeric] ssconvert: deal with goffice changes.



commit 89cf3d0ba1ac39b9afd8ca58cb1f765b230b8b8d
Author: Morten Welinder <terra gnome org>
Date:   Sun Mar 10 15:58:09 2013 -0400

    ssconvert: deal with goffice changes.

 src/ssconvert.c |    4 ++--
 src/stf.c       |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/ssconvert.c b/src/ssconvert.c
index c1f6886..556ebb8 100644
--- a/src/ssconvert.c
+++ b/src/ssconvert.c
@@ -238,7 +238,7 @@ list_them (GList *them,
                GObject *obj = ptr->data;
                char const *id;
 
-               g_object_get (obj, "interactive", &interactive, NULL);
+               g_object_get (obj, "interactive-only", &interactive, NULL);
                if (interactive)
                        continue;
 
@@ -255,7 +255,7 @@ list_them (GList *them,
                GObject *obj = ptr->data;
                char const *id;
 
-               g_object_get (obj, "interactive", &interactive, NULL);
+               g_object_get (obj, "interactive-only", &interactive, NULL);
                if (interactive)
                        continue;
 
diff --git a/src/stf.c b/src/stf.c
index a5c93c0..fbff3a8 100644
--- a/src/stf.c
+++ b/src/stf.c
@@ -655,7 +655,7 @@ stf_init (void)
                _("Text import (configurable)"),
                NULL, mimes_txt,
                NULL, stf_read_workbook);
-       g_object_set (G_OBJECT (opener), "interactive", TRUE, NULL);
+       g_object_set (G_OBJECT (opener), "interactive-only", TRUE, NULL);
        go_file_opener_register (opener, 0);
        g_object_unref (opener);
 


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