[geary/gtk-3.10: 1/4] Preparing for GTK+3.10
- From: Jim Nelson <jnelson src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/gtk-3.10: 1/4] Preparing for GTK+3.10
- Date: Thu, 30 Jan 2014 01:27:19 +0000 (UTC)
commit 74d3ce31ff8967247708a067ded75157edf97a31
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 4c3a45a..1083e79 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -515,7 +515,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 6cbac74..c5bd7b6 100644
--- a/src/client/components/main-window.vala
+++ b/src/client/components/main-window.vala
@@ -139,9 +139,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]