[geary] Preparing for GTK+3.10



commit 7074626fff23e144d521b2eff6afdb1f66a947c9
Author: Jim Nelson <jim yorba org>
Date:   Wed Jan 29 16:14:37 2014 -0800

    Preparing for GTK+3.10
    
    This also removes an errant HAVE_GRANITE preprocessor macro that
    should've been removed a long time ago.

 src/CMakeLists.txt                     |    2 +-
 src/client/components/main-window.vala |    2 --
 2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 40ce72a..54ab64a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -519,7 +519,7 @@ pkg_check_modules(DEPS REQUIRED
     gthread-2.0
     glib-2.0>=${TARGET_GLIB}.0
     gio-2.0>=2.28.0
-    gtk+-3.0>=3.6.0
+    gtk+-3.0>=3.10.0
     gee-0.8>=0.8.5
     libnotify>=0.7.5
     libcanberra>=0.28
diff --git a/src/client/components/main-window.vala b/src/client/components/main-window.vala
index b42162b..0c45368 100644
--- a/src/client/components/main-window.vala
+++ b/src/client/components/main-window.vala
@@ -155,9 +155,7 @@ public class MainWindow : Gtk.ApplicationWindow {
         status_bar_box.pack_start(status_bar, false, false, 0);
         status_bar_box.get_style_context().add_class(Gtk.STYLE_CLASS_SIDEBAR);
         
-#if !HAVE_LIBGRANITE
         folder_paned.get_style_context().add_class("sidebar-pane-separator");
-#endif
         
         Gtk.Frame viewer_frame = new Gtk.Frame(null);
         viewer_frame.shadow_type = Gtk.ShadowType.NONE;


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