[gnome-terminal] all: Adapt to vte_terminal_write_contents's changed name



commit 8d64dc0e45b7e29b5b7c2e9205257985ceee0e23
Author: Christian Persch <chpe gnome org>
Date:   Fri Aug 15 13:32:16 2014 +0200

    all: Adapt to vte_terminal_write_contents's changed name
    
    Corresponding to vte commit e6131f4a7aea14faa85f7f1b915ad3c59f26f806.

 src/terminal-window.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/terminal-window.c b/src/terminal-window.c
index f09ee66..6660fa2 100644
--- a/src/terminal-window.c
+++ b/src/terminal-window.c
@@ -492,9 +492,9 @@ save_contents_dialog_on_response (GtkDialog *dialog, gint response_id, gpointer
        * This is a sync operation.
        * Should be replaced with the async version when vte implements that.
        */
-      vte_terminal_write_contents (terminal, stream,
-                                  VTE_WRITE_DEFAULT,
-                                  NULL, &error);
+      vte_terminal_write_contents_sync (terminal, stream,
+                                       VTE_WRITE_DEFAULT,
+                                       NULL, &error);
       g_object_unref (stream);
     }
 


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