perl-Gtk2 r2122 - in trunk: . t
- From: tsch svn gnome org
- To: svn-commits-list gnome org
- Subject: perl-Gtk2 r2122 - in trunk: . t
- Date: Fri, 6 Feb 2009 13:32:29 +0000 (UTC)
Author: tsch
Date: Fri Feb 6 13:32:29 2009
New Revision: 2122
URL: http://svn.gnome.org/viewvc/perl-Gtk2?rev=2122&view=rev
Log:
Use an activatable widget for testing the proxy stuff. Recent gtk+ versions
enforce this.
Modified:
trunk/ChangeLog
trunk/t/GtkAction.t
Modified: trunk/t/GtkAction.t
==============================================================================
--- trunk/t/GtkAction.t (original)
+++ trunk/t/GtkAction.t Fri Feb 6 13:32:29 2009
@@ -40,7 +40,7 @@
my @proxies = $action->get_proxies;
is (@proxies, 1);
-my $proxy = Gtk2::Statusbar->new;
+my $proxy = Gtk2::Button->new;
$action->connect_proxy ($proxy);
@proxies = $action->get_proxies;
is (@proxies, 2);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]