perl-Gtk2 r2099 - in branches/stable-1-20: . t xs
- From: tsch svn gnome org
- To: svn-commits-list gnome org
- Subject: perl-Gtk2 r2099 - in branches/stable-1-20: . t xs
- Date: Tue, 16 Dec 2008 19:37:15 +0000 (UTC)
Author: tsch
Date: Tue Dec 16 19:37:15 2008
New Revision: 2099
URL: http://svn.gnome.org/viewvc/perl-Gtk2?rev=2099&view=rev
Log:
Merge r2098.
Modified:
   branches/stable-1-20/   (props changed)
   branches/stable-1-20/ChangeLog
   branches/stable-1-20/t/GtkEntryCompletion.t
   branches/stable-1-20/xs/GtkEntryCompletion.xs
Modified: branches/stable-1-20/t/GtkEntryCompletion.t
==============================================================================
--- branches/stable-1-20/t/GtkEntryCompletion.t	(original)
+++ branches/stable-1-20/t/GtkEntryCompletion.t	Tue Dec 16 19:37:15 2008
@@ -26,6 +26,8 @@
 is ($completion->get_entry, $entry);
 
 
+$completion->set_model (undef);
+
 my $model = Gtk2::ListStore->new ('Glib::String');
 $completion->set_model ($model);
 is ($completion->get_model, $model);
Modified: branches/stable-1-20/xs/GtkEntryCompletion.xs
==============================================================================
--- branches/stable-1-20/xs/GtkEntryCompletion.xs	(original)
+++ branches/stable-1-20/xs/GtkEntryCompletion.xs	Tue Dec 16 19:37:15 2008
@@ -44,7 +44,7 @@
 GtkWidget *gtk_entry_completion_get_entry (GtkEntryCompletion *entry);
 
 
-void gtk_entry_completion_set_model (GtkEntryCompletion *completion, GtkTreeModel *model);
+void gtk_entry_completion_set_model (GtkEntryCompletion *completion, GtkTreeModel_ornull *model);
 
 GtkTreeModel *gtk_entry_completion_get_model (GtkEntryCompletion *completion);
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]