[emerillon] Do not use deprecated symbols and fix a compile warning
- From: Pierre-Luc Beaudoin <plbeaudoin src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [emerillon] Do not use deprecated symbols and fix a compile warning
- Date: Wed, 7 Oct 2009 00:25:46 +0000 (UTC)
commit b7bc993ee252ca5a91defe99f063f136c8a70a0a
Author: Javier Jardón <javierjc1982 gmail com>
Date: Tue Oct 6 18:12:10 2009 -0400
Do not use deprecated symbols and fix a compile warning
AUTHORS | 1 +
plugins/search/search.c | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 4e453bc..7942798 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,4 @@
Marco Barisione <marco barisione org>
Pierre-Luc Beaudoin <pierre-luc beaudoin novopia com>
Guilhem Bonnefille <guilhem bonnefille gmail com>
+Javier Jardón <javierjc1982 gmail com>
diff --git a/plugins/search/search.c b/plugins/search/search.c
index ca2d40c..093035b 100644
--- a/plugins/search/search.c
+++ b/plugins/search/search.c
@@ -21,7 +21,7 @@
#include "search.h"
#include "emerillon/emerillon.h"
-
+#include <locale.h>
#include <glib/gi18n.h>
#include <rest/rest-proxy.h>
#include <rest/rest-proxy-call.h>
@@ -432,7 +432,7 @@ activated (EthosPlugin *plugin)
gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (scrolled),
GTK_SHADOW_IN);
gtk_container_add (GTK_CONTAINER (scrolled), priv->treeview);
- gtk_box_pack_start_defaults (GTK_BOX (priv->search_page), scrolled);
+ gtk_box_pack_start (GTK_BOX (priv->search_page), scrolled, TRUE, TRUE, 0);
gtk_widget_show_all (scrolled);
cell = gtk_cell_renderer_text_new ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]