raster pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=4fd5c82c63c803999fdf4d49ab60ee385f56a21f

commit 4fd5c82c63c803999fdf4d49ab60ee385f56a21f
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Fri Sep 26 00:53:04 2014 +0900

    appserver in terminology -disable right now as eo api is used - bad
---
 src/bin/app_server.c       | 3 ++-
 src/bin/options_behavior.c | 5 ++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/bin/app_server.c b/src/bin/app_server.c
index c696914..6885d6d 100644
--- a/src/bin/app_server.c
+++ b/src/bin/app_server.c
@@ -6,7 +6,8 @@
 #include "termio.h"
 #include "app_server_eet.h"
 
-#if (ELM_VERSION_MAJOR > 1) || (ELM_VERSION_MINOR >= 10)
+#if 0
+//#if (ELM_VERSION_MAJOR > 1) || (ELM_VERSION_MINOR >= 10)
 
 #ifndef ELM_APP_SERVER_VIEW_EVENT_CLOSED
 #define ELM_APP_SERVER_VIEW_EVENT_CLOSED    ELM_APP_SERVER_VIEW_EV_CLOSED
diff --git a/src/bin/options_behavior.c b/src/bin/options_behavior.c
index 894b74a..1b8105f 100644
--- a/src/bin/options_behavior.c
+++ b/src/bin/options_behavior.c
@@ -103,6 +103,7 @@ _cb_op_behavior_multi_instance_chg(void *data, Evas_Object 
*obj, void *event EIN
    config_save(config, NULL);
 }
 
+/*
 static void
 _cb_op_behavior_application_server_restore_views_chg(void *data, Evas_Object 
*obj,
                                                      void *event EINA_UNUSED)
@@ -160,6 +161,7 @@ _cb_op_behavior_application_server_chg(void *data, 
Evas_Object *obj, void *event
      _behavior_option_restore_opened_views_add(term, obj);
    config_save(config, NULL);
 }
+*/
 
 static void
 _cb_op_behavior_xterm_256color_chg(void *data, Evas_Object *obj,
@@ -396,7 +398,7 @@ options_behavior(Evas_Object *opbox, Evas_Object *term)
    evas_object_show(o);
    evas_object_smart_callback_add(o, "changed",
                                   _cb_op_behavior_active_links_chg, term);
-
+/*
    o = elm_check_add(bx);
    evas_object_size_hint_weight_set(o, EVAS_HINT_EXPAND, 0.0);
    evas_object_size_hint_align_set(o, EVAS_HINT_FILL, 0.5);
@@ -410,6 +412,7 @@ options_behavior(Evas_Object *opbox, Evas_Object *term)
    evas_object_data_set(o, "box", bx);
    if (config->application_server)
      _behavior_option_restore_opened_views_add(term, o);
+ */
 
    o = elm_check_add(bx);
    evas_object_size_hint_weight_set(o, EVAS_HINT_EXPAND, 0.0);

-- 


Reply via email to