perl-Gtk2 r2123 - in branches/stable-1-20: . t
- From: tsch svn gnome org
- To: svn-commits-list gnome org
- Subject: perl-Gtk2 r2123 - in branches/stable-1-20: . t
- Date: Fri, 6 Feb 2009 13:33:24 +0000 (UTC)
Author: tsch
Date: Fri Feb 6 13:33:24 2009
New Revision: 2123
URL: http://svn.gnome.org/viewvc/perl-Gtk2?rev=2123&view=rev
Log:
Merge r2122 from trunk.
Modified:
branches/stable-1-20/ (props changed)
branches/stable-1-20/ChangeLog
branches/stable-1-20/t/GtkAction.t
Modified: branches/stable-1-20/t/GtkAction.t
==============================================================================
--- branches/stable-1-20/t/GtkAction.t (original)
+++ branches/stable-1-20/t/GtkAction.t Fri Feb 6 13:33:24 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]