[gtranslator] Remove inactivity time.



commit 74b119ae21f0cf2039120fe337195f9725a7bb22
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Nov 9 16:46:16 2010 +0100

    Remove inactivity time.
    
    I added this because a missreading in the docs. We want gtranslator
    to finish once the last window is destroyed.

 src/gtr-application.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gtr-application.c b/src/gtr-application.c
index 2214737..f8191db 100644
--- a/src/gtr-application.c
+++ b/src/gtr-application.c
@@ -456,7 +456,6 @@ _gtr_application_new ()
   instance = GTR_APPLICATION (g_object_new (GTR_TYPE_APPLICATION,
                                             "application-id", "org.gnome.Gtranslator",
                                             "flags", G_APPLICATION_HANDLES_COMMAND_LINE,
-                                            "inactivity-timeout", 10000,
                                             NULL));
 
   return instance;



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