Package: goplay
Version: 0.3-1
Severity: minor
Tags: patch

Steps to reproduce:
1) goplay
2) click "Already installed"

Expected results:
2) goplay selects the radio button and draws a dashed line around the
text

Actual results:
2) goplay selects the radio button but the dashed line is drawn over
the letter "e". That is, the rectangle is not wide enough.

See the attached patch for a proposed fix to the ui.fld. Note that you
need to still regenerate the cpp files.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-xen-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages goplay depends on:
ii  apt [libapt-pkg-libc6. 0.7.23.1          Advanced front-end for dpkg
ii  debtags                1.7.9+b2          Enables support for package tags
ii  ept-cache              0.5.27            Commandline tool to search the pac
ii  games-thumbnails       20090628          thumbnails of games in Debian
ii  libc6                  2.9-25            GNU C Library: Shared libraries
ii  libept0                0.5.28            High-level library for managing De
ii  libfltk1.1             1.1.9-6           Fast Light Toolkit - shared librar
ii  libgcc1                1:4.4.1-3         GCC support library
ii  libstdc++6             4.4.1-3           The GNU Standard C++ Library v3
ii  libxapian15            1.0.15-2          Search engine library
ii  zlib1g                 1:1.2.3.3.dfsg-15 compression library - runtime

goplay recommends no packages.

goplay suggests no packages.

-- no debconf information

--- orig/goplay-0.3/src/ui.fld	2008-02-12 23:27:30.000000000 +0000
+++ new/goplay-0.3/src/ui.fld	2009-09-01 09:56:07.000000000 +0000
@@ -1,5 +1,5 @@
 # data file for the Fltk User Interface Designer (fluid)
-version 1.0107 
+version 1.0109 
 i18n_type 1 
 i18n_include "common.h" 
 i18n_function _ 
@@ -104,8 +104,8 @@
           xywh {13 25 312 30}
         } {
           Fl_Round_Button AlreadyInstalled {
-            label {Already installed}
-            xywh {13 28 110 20} down_box ROUND_DOWN_BOX labelsize 12
+            label {Already installed} selected
+            xywh {13 28 122 20} down_box ROUND_DOWN_BOX labelsize 12
           }
           Fl_Round_Button ToBeInstalled {
             label {To be installed}

Reply via email to