Blob Blame History Raw
--- terminology-0.8.0/src/bin/main.c.orig	2015-02-15 07:44:38.000000000 -0500
+++ terminology-0.8.0/src/bin/main.c	2015-02-15 13:24:20.632867523 -0500
@@ -871,10 +871,11 @@
    main_trans_update(config);
    main_media_update(config);
    win_sizing_handle(wn);
    win = win_evas_object_get(wn);
    evas_object_show(win);
+#if (ECORE_VERSION_MAJOR > 1) || (ECORE_VERSION_MINOR >= 8)
    if (startup_split)
      {
         unsigned int i = 0;
         void *pch = NULL;
         Term *next = term;
@@ -903,10 +904,11 @@
                   goto end;
                }
           }
         if (cmds_list) eina_list_free(cmds_list);
      }
+#endif
    if (pos_set)
      {
         int screen_w, screen_h;
 
         elm_win_screen_size_get(win, NULL, NULL, &screen_w, &screen_h);