[anjuta] symbol-db: Use a GtkSearchEntry for the search entry in the search view.
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] symbol-db: Use a GtkSearchEntry for the search entry in the search view.
- Date: Thu, 15 Aug 2013 17:41:41 +0000 (UTC)
commit e5454693b77cb53223b4470e49172c888e07fe8f
Author: Carl-Anton Ingmarsson <ca ingmarsson gmail com>
Date: Fri Nov 23 13:19:41 2012 +0100
symbol-db: Use a GtkSearchEntry for the search entry in the search view.
Also bump required gtk+ version to 3.6 since GtkSearchEntry is first available in that version.
https://bugzilla.gnome.org/show_bug.cgi?id=688929
configure.ac | 2 +-
plugins/symbol-db/symbol-db-views.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e3c52da..a2d56f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ AC_SUBST(BUGZILLA_VERSION)
dnl Anjuta core
GLIB_REQUIRED=2.34.0
-GTK_REQUIRED=3.4.0
+GTK_REQUIRED=3.6.0
GTHREAD_REQUIRED=2.22.0
GDK_PIXBUF_REQUIRED=2.0.0
GDA4_REQUIRED=4.2.0
diff --git a/plugins/symbol-db/symbol-db-views.c b/plugins/symbol-db/symbol-db-views.c
index 6dc38ab..c49c297 100644
--- a/plugins/symbol-db/symbol-db-views.c
+++ b/plugins/symbol-db/symbol-db-views.c
@@ -236,7 +236,7 @@ symbol_db_view_new (SymbolViewType view_type,
if (view_type == SYMBOL_DB_VIEW_SEARCH)
{
- entry = gtk_entry_new ();
+ entry = gtk_search_entry_new ();
g_signal_connect (entry, "changed",
G_CALLBACK (on_search_entry_changed), model);
gtk_widget_show (entry);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]