perl-Gtk2 r2149 - in trunk: . t



Author: tsch
Date: Sun Feb 22 17:32:48 2009
New Revision: 2149
URL: http://svn.gnome.org/viewvc/perl-Gtk2?rev=2149&view=rev

Log:
Don't fail if there is no valid DISPLAY.


Modified:
   trunk/ChangeLog
   trunk/t/00.Gtk2.t

Modified: trunk/t/00.Gtk2.t
==============================================================================
--- trunk/t/00.Gtk2.t	(original)
+++ trunk/t/00.Gtk2.t	Sun Feb 22 17:32:48 2009
@@ -165,7 +165,7 @@
 
 	my $context = Glib::OptionContext->new ('- urgsify your life');
 	$context->add_main_entries ($options, 'C');
-	$context->add_group (Gtk2->get_option_group (1));
+	$context->add_group (Gtk2->get_option_group (0));
 
 	@ARGV = qw(--name Foo --foos 23);
 	$context->parse ();



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