[perl-Gtk2] Enable a Gtk2::StatusIcon test that works now



commit eae39a924cf5bed2fb4ba2740192a1dc95bde9f7
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Fri Sep 2 22:04:03 2011 +0200

    Enable a Gtk2::StatusIcon test that works now

 t/GtkStatusIcon.t |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/t/GtkStatusIcon.t b/t/GtkStatusIcon.t
index a10371a..62ee7b9 100644
--- a/t/GtkStatusIcon.t
+++ b/t/GtkStatusIcon.t
@@ -177,9 +177,9 @@ SKIP: {
 
 SKIP: {
   skip 'new 2.20 stuff', 0
-    if (TRUE); # See <https://bugzilla.gnome.org/show_bug.cgi?id=638263>.
-    # unless Gtk2->CHECK_VERSION(2, 20, 0);
-
+    unless Gtk2->CHECK_VERSION(2, 24, 7);
+  # Not usable prior to 2.24.7, see
+  # <https://bugzilla.gnome.org/show_bug.cgi?id=638263>.
   my $icon = Gtk2::StatusIcon->new;
   $icon->set_name('bla');
 }



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