perl-Gtk2 r2128 - in branches/stable-1-20: . t



Author: tsch
Date: Fri Feb  6 13:52:33 2009
New Revision: 2128
URL: http://svn.gnome.org/viewvc/perl-Gtk2?rev=2128&view=rev

Log:
Merge r2127 from trunk.


Modified:
   branches/stable-1-20/   (props changed)
   branches/stable-1-20/ChangeLog
   branches/stable-1-20/t/GtkIconTheme.t

Modified: branches/stable-1-20/t/GtkIconTheme.t
==============================================================================
--- branches/stable-1-20/t/GtkIconTheme.t	(original)
+++ branches/stable-1-20/t/GtkIconTheme.t	Fri Feb  6 13:52:33 2009
@@ -99,6 +99,9 @@
   skip 'new 2.14 stuff', 2
     unless Gtk2->CHECK_VERSION(2, 14, 0);
 
+  skip 'unable to find the stock_edit icon', 2
+    unless defined $icon_theme->lookup_icon ('stock_edit', 24, 'use-builtin');
+
   my $pixbuf = $icon_theme->load_icon ('stock_edit', 24, 'use-builtin');
   isa_ok (Gtk2::IconInfo->new_for_pixbuf ($icon_theme, $pixbuf),
           'Gtk2::IconInfo');



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