Your message dated Fri, 05 Dec 2014 18:52:11 +0000
with message-id <1417805531.10998.44.ca...@adam-barratt.org.uk>
and subject line Re: Bug#772164: unblock: gnome-mines/1:3.14.1-2
has caused the Debian Bug report #772164,
regarding unblock: gnome-mines/1:3.14.1-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
772164: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772164
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Hi,

please unblock gnome-mines for a simple bugfix.

gnome-mines (1:3.14.1-2) unstable; urgency=medium

  * 01_custom_size.patch: patch from upstream git. Allow to configure
    the custom size settings.

unblock gnome-mines/1:3.14.1-2

Thanks,
-- 
 .''`.        Josselin Mouette
: :' :
`. `'
  `-
>From b90f16ec65aad39467494510a333f9bc41a4a784 Mon Sep 17 00:00:00 2001
From: Robert Roth <robert.roth....@gmail.com>
Date: Thu, 16 Oct 2014 20:00:00 +0300
Subject: Fixed custom size entry (bgo #738607)


diff --git a/src/gnome-mines.vala b/src/gnome-mines.vala
index 4f55426..90bd53d 100644
--- a/src/gnome-mines.vala
+++ b/src/gnome-mines.vala
@@ -284,15 +284,18 @@ public class Mines : Gtk.Application
         var field_width_entry = (Gtk.SpinButton) builder.get_object ("width_spin_btn");
         field_width_entry.set_range (XSIZE_MIN, XSIZE_MAX);
         field_width_entry.value_changed.connect (xsize_spin_cb);
+        field_width_entry.set_increments (1, 1);
         field_width_entry.set_value (settings.get_int (KEY_XSIZE));
 
         var field_height_entry = (Gtk.SpinButton) builder.get_object ("height_spin_btn");
         field_height_entry.set_range (YSIZE_MIN, YSIZE_MAX);
         field_height_entry.value_changed.connect (ysize_spin_cb);
+        field_height_entry.set_increments (1, 1);
         field_height_entry.set_value (settings.get_int (KEY_YSIZE));
 
         mines_spin = (Gtk.SpinButton) builder.get_object ("mines_spin_btn");
         mines_spin.set_range (1, 100);
+        mines_spin.set_increments (1, 1);
         mines_spin.value_changed.connect (mines_spin_cb);
         set_mines_limit ();
 
-- 
cgit v0.10.1


--- End Message ---
--- Begin Message ---
On Fri, 2014-12-05 at 19:19 +0100, Josselin Mouette wrote:
> gnome-mines (1:3.14.1-2) unstable; urgency=medium
> 
>   * 01_custom_size.patch: patch from upstream git. Allow to configure
>     the custom size settings.

Unblocked.

Regards,

Adam

--- End Message ---

Reply via email to