devhelp r1185 - in trunk: . src
- From: rhult svn gnome org
 
- To: svn-commits-list gnome org
 
- Subject: devhelp r1185 - in trunk: . src
 
- Date: Fri, 10 Oct 2008 13:46:54 +0000 (UTC)
 
Author: rhult
Date: Fri Oct 10 13:46:54 2008
New Revision: 1185
URL: http://svn.gnome.org/viewvc/devhelp?rev=1185&view=rev
Log:
2008-10-10  Richard Hult  <richard imendio com>
	* src/dh-search.c: (dh_search_new): Replace deprecated API.
Modified:
   trunk/ChangeLog
   trunk/src/dh-search.c
Modified: trunk/src/dh-search.c
==============================================================================
--- trunk/src/dh-search.c	(original)
+++ trunk/src/dh-search.c	Fri Oct 10 13:46:54 2008
@@ -593,7 +593,7 @@
 
         gtk_container_add (GTK_CONTAINER (list_sw), priv->hitlist);
 
-        gtk_box_pack_end_defaults (GTK_BOX (search), frame);
+        gtk_box_pack_end (GTK_BOX (search), frame, TRUE, TRUE, 0);
 
         g_completion_add_items (priv->completion, keywords);
         dh_keyword_model_set_words (priv->model, keywords);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]