Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2013-08-12 11:04:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2 (Old)
 and      /work/SRC/openSUSE:Factory/.yast2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2/yast2.changes      2013-08-07 
22:00:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2013-08-12 
11:04:58.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Aug  8 13:57:09 CEST 2013 - [email protected]
+
+- fixed navigation in yast2-cc without mouse (bnc#651350)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-3.0.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-3.0.1/library/desktop/src/clients/menu.rb 
new/yast2-3.0.1/library/desktop/src/clients/menu.rb
--- old/yast2-3.0.1/library/desktop/src/clients/menu.rb 2013-07-30 
14:09:40.000000000 +0200
+++ new/yast2-3.0.1/library/desktop/src/clients/menu.rb 2013-08-08 
14:02:19.000000000 +0200
@@ -151,7 +151,7 @@
               )
             )
             next
-          elsif @eventid == :progs &&
+          elsif ( @eventid == :progs || @eventid == :run ) &&
               Ops.get_string(@event, "EventReason", "") == "Activated"
             @program = Convert.to_string(
               UI.QueryWidget(Id(:progs), :CurrentItem)
@@ -261,6 +261,7 @@
             HSpacing(1),
             PushButton(Id(:help), Opt(:key_F1, :helpButton), Label.HelpButton),
             HStretch(),
+            PushButton(Id(:run), Opt(:defaultButton), _("Run")),
             PushButton(Id(:quit), Opt(:key_F9, :cancelButton), 
Label.QuitButton),
             HSpacing(1)
           ),

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to