Hello community,

here is the log from the commit of package kaffeine for openSUSE:Factory 
checked in at 2013-08-21 15:11:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kaffeine (Old)
 and      /work/SRC/openSUSE:Factory/.kaffeine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kaffeine"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kaffeine/kaffeine.changes        2012-05-03 
10:57:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kaffeine.new/kaffeine.changes   2013-08-21 
15:11:07.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Aug 21 08:08:50 UTC 2013 - tittiatc...@gmail.com
+
+- fix ksuseinstall does not respect "don't ask again" (bnc# 671578)
+  fix delivered by amolagodb...@gmail.com
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kaffeine.spec ++++++
--- /var/tmp/diff_new_pack.p1EQCj/_old  2013-08-21 15:11:08.000000000 +0200
+++ /var/tmp/diff_new_pack.p1EQCj/_new  2013-08-21 15:11:08.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kaffeine
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ ksuseinstall.diff ++++++
--- /var/tmp/diff_new_pack.p1EQCj/_old  2013-08-21 15:11:08.000000000 +0200
+++ /var/tmp/diff_new_pack.p1EQCj/_new  2013-08-21 15:11:08.000000000 +0200
@@ -92,10 +92,10 @@
 +{
 +        KGuiItem installGuiItem( KStandardGuiItem::yes());
 +        installGuiItem.setText( i18nc( "@action:button", "Install" ));
-+        if( KMessageBox::warningContinueCancel( window(),
++        if( KMessageBox::warningYesNo( window(),
 +            i18n( "Kaffeine currently cannot play some file formats. Do you 
want to install additional support?" ),
 +            i18n( "Install Additional Codecs" ),
-+            installGuiItem, KStandardGuiItem::no(), "suse_additional_codecs" 
) != KMessageBox::Continue )
++            installGuiItem, KStandardGuiItem::no(), "suse_additional_codecs" 
) != KMessageBox::Yes )
 +            {
 +            return;
 +            }

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to