~ubuntu-branches/ubuntu/quantal/gnumeric/quantal

« back to all changes in this revision

Viewing changes to src/widgets/gnm-cell-combo-foo-view.c

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2009-06-07 11:10:47 UTC
  • mfrom: (1.1.19 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090607111047-l3rtbzfjxvmi1kx0
Tags: 1.9.8-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Promoted gnumeric-doc to Recommends in gnumeric package for help to be
    installed automatically
  - gnumeric-gtk is a transitional package
  - gnumeric conflicts with gnumeric-gtk << 1.8.3-3ubuntu1
  - call initltool-update in po*
  - remove psiconv support (psiconv is in universe):
    o debian/control: remove B-D on libpsiconv-dev
    o debian/rules: don't pass --with-psiconv to ./configure

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
#include <goffice/cut-n-paste/foocanvas/foo-canvas-widget.h>
34
34
#include <gtk/gtk.h>
35
 
#include <gdk/gdkevents.h>
 
35
#include <gdk/gdk.h>
36
36
#include <gdk/gdkkeysyms.h>
37
37
 
38
38
#define SOV_ID          "sov"
157
157
        case GDK_KP_Down :
158
158
        case GDK_Down :
159
159
        case GDK_KP_Up :
 
160
                /* fallthrough */
160
161
        case GDK_Up :
161
162
                if (!(event->state & GDK_MOD1_MASK))
162
163
                        return FALSE;