[gnome-documents] selections: Use action bar



commit e81e9e7e076bbf5e63b07085fa7edd0e0d68aa3a
Author: William Jon McCann <william jon mccann gmail com>
Date:   Tue Jan 7 07:52:56 2014 -0500

    selections: Use action bar
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721699

 configure.ac      |    2 +-
 src/selections.js |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3ff70b9..6d13fca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,7 +50,7 @@ AC_SUBST(LIBM)
 EVINCE_MIN_VERSION=3.7.4
 WEBKITGTK_MIN_VERSION=1.10.0
 GLIB_MIN_VERSION=2.37.0
-GTK_MIN_VERSION=3.9.11
+GTK_MIN_VERSION=3.11.4
 GOBJECT_INTROSPECTION_MIN_VERSION=1.31.6
 GDATA_MIN_VERSION=0.13.3
 GOA_MIN_VERSION=3.2.0
diff --git a/src/selections.js b/src/selections.js
index e5fbe44..035814b 100644
--- a/src/selections.js
+++ b/src/selections.js
@@ -739,7 +739,7 @@ const SelectionToolbar = new Lang.Class({
 
         this.widget = new Gtk.Revealer({ transition_type: Gtk.RevealerTransitionType.SLIDE_UP });
 
-        let toolbar = new Gtk.HeaderBar();
+        let toolbar = new Gtk.ActionBar();
         this.widget.add(toolbar);
 
         // open button


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