ekiga r6782 - in trunk: . src/gui



Author: dsandras
Date: Mon Sep  1 19:51:50 2008
New Revision: 6782
URL: http://svn.gnome.org/viewvc/ekiga?rev=6782&view=rev

Log:
Make sure the right completion mechanism is being used.


Modified:
   trunk/ChangeLog
   trunk/src/gui/main.cpp

Modified: trunk/src/gui/main.cpp
==============================================================================
--- trunk/src/gui/main.cpp	(original)
+++ trunk/src/gui/main.cpp	Mon Sep  1 19:51:50 2008
@@ -1613,6 +1613,7 @@
   gtk_entry_completion_set_model (GTK_ENTRY_COMPLETION (completion), GTK_TREE_MODEL (mw->completion));
   gtk_entry_set_completion (GTK_ENTRY (mw->entry), completion);
   gtk_entry_completion_set_inline_completion (GTK_ENTRY_COMPLETION (completion), false);
+  gtk_entry_completion_set_popup_completion (GTK_ENTRY_COMPLETION (completion), true);
   gtk_entry_completion_set_text_column (GTK_ENTRY_COMPLETION (completion), 0);
 
   gtk_container_add (GTK_CONTAINER (item), mw->entry);



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