perl-Gtk2 r2130 - in branches/stable-1-20: . t
- From: tsch svn gnome org
- To: svn-commits-list gnome org
- Subject: perl-Gtk2 r2130 - in branches/stable-1-20: . t
- Date: Fri, 6 Feb 2009 14:07:27 +0000 (UTC)
Author: tsch
Date: Fri Feb 6 14:07:26 2009
New Revision: 2130
URL: http://svn.gnome.org/viewvc/perl-Gtk2?rev=2130&view=rev
Log:
Merge r2129 from trunk.
Modified:
branches/stable-1-20/ (props changed)
branches/stable-1-20/ChangeLog
branches/stable-1-20/t/GtkRecentChooser.t
branches/stable-1-20/t/GtkRecentManager.t
Modified: branches/stable-1-20/t/GtkRecentChooser.t
==============================================================================
--- branches/stable-1-20/t/GtkRecentChooser.t (original)
+++ branches/stable-1-20/t/GtkRecentChooser.t Fri Feb 6 14:07:26 2009
@@ -50,7 +50,7 @@
$manager -> add_item($uri_two);
# add_item() is asynchronous, so let the main loop spin for a while
-run_main while !$manager->get_items;
+Gtk2->main_iteration while !$manager->get_items;
$chooser -> set_select_multiple(FALSE);
Modified: branches/stable-1-20/t/GtkRecentManager.t
==============================================================================
--- branches/stable-1-20/t/GtkRecentManager.t (original)
+++ branches/stable-1-20/t/GtkRecentManager.t Fri Feb 6 14:07:26 2009
@@ -53,7 +53,7 @@
$manager->add_item($icon_uri);
# add_item() is asynchronous, so let the main loop spin for a while
- run_main while !$manager->get_items;
+ Gtk2->main_iteration while !$manager->get_items;
ok($manager->has_item($icon_uri), 'check add item');
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]