r49638 - in /desktop/unstable/gnome-sudoku/debian: changelog patches/ patches/git_fix-pause.patch patches/series

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Sat Aug 20 17:29:33 UTC 2016


Author: jbicha-guest
Date: Sat Aug 20 17:29:33 2016
New Revision: 49638

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49638
Log:
git_fix-pause.patch: Redraw the screen when Pause or Resume are selected (LP: #1615252)

Added:
    desktop/unstable/gnome-sudoku/debian/patches/
    desktop/unstable/gnome-sudoku/debian/patches/git_fix-pause.patch
    desktop/unstable/gnome-sudoku/debian/patches/series
Modified:
    desktop/unstable/gnome-sudoku/debian/changelog

Modified: desktop/unstable/gnome-sudoku/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-sudoku/debian/changelog?rev=49638&op=diff
==============================================================================
--- desktop/unstable/gnome-sudoku/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-sudoku/debian/changelog	[utf-8] Sat Aug 20 17:29:33 2016
@@ -2,8 +2,11 @@
 
   * Team upload.
   * New upstream release.
+    - Generated puzzles should actually be random now
   * Bump dh compat to 10
   * Delete vala stamps to rebuild generated source files 
+  * git_fix-pause.patch:
+    - Redraw the screen when Pause or Resume are selected (LP: #1615252)
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Wed, 17 Aug 2016 19:34:44 -0400
 

Added: desktop/unstable/gnome-sudoku/debian/patches/git_fix-pause.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-sudoku/debian/patches/git_fix-pause.patch?rev=49638&op=file
==============================================================================
--- desktop/unstable/gnome-sudoku/debian/patches/git_fix-pause.patch	(added)
+++ desktop/unstable/gnome-sudoku/debian/patches/git_fix-pause.patch	[utf-8] Sat Aug 20 17:29:33 2016
@@ -0,0 +1,30 @@
+From 740f934b0731abb2462ca67ea2b2d0d7a1e8b3d9 Mon Sep 17 00:00:00 2001
+From: tompollok <tom.pollok at gmail.com>
+Date: Thu, 11 Aug 2016 15:25:38 +0200
+Subject: When pause is clicked, the game field should be hidden.
+
+fixes #766118
+
+Bug: https://bugzilla.gnome.org/766118
+Bug-Ubuntu: https://launchpad.net/bugs/1615252
+---
+ src/gnome-sudoku.vala | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/gnome-sudoku.vala b/src/gnome-sudoku.vala
+index 2c9f4d2..3a2abac 100644
+--- a/src/gnome-sudoku.vala
++++ b/src/gnome-sudoku.vala
+@@ -268,6 +268,8 @@ public class Sudoku : Gtk.Application
+             redo_action.set_enabled (!game.is_redostack_null ());
+             new_game_action.set_enabled (true);
+         }
++
++        view.queue_draw ();
+     }
+ 
+     private void play_custom_game_cb ()
+-- 
+cgit v0.12
+
+

Added: desktop/unstable/gnome-sudoku/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-sudoku/debian/patches/series?rev=49638&op=file
==============================================================================
--- desktop/unstable/gnome-sudoku/debian/patches/series	(added)
+++ desktop/unstable/gnome-sudoku/debian/patches/series	[utf-8] Sat Aug 20 17:29:33 2016
@@ -0,0 +1 @@
+git_fix-pause.patch




More information about the pkg-gnome-commits mailing list