Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:pchenthill
evolution-data-server
nameselectorlist-keychange.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nameselectorlist-keychange.diff of Package evolution-data-server
Index: libedataserverui/e-name-selector-list.c =================================================================== RCS file: /cvs/gnome/evolution-data-server/libedataserverui/e-name-selector-list.c,v retrieving revision 1.1 diff -u -p -r1.1 e-name-selector-list.c --- libedataserverui/e-name-selector-list.c 16 Jan 2006 13:32:30 -0000 1.1 +++ libedataserverui/e-name-selector-list.c 24 Apr 2006 08:31:57 -0000 @@ -216,7 +216,7 @@ enl_entry_key_press_event (ENameSelector GdkEventKey *event, gpointer dummy) { - if ( (event->state & GDK_CONTROL_MASK) && (event->keyval == GDK_Right)) { + if ( (event->state & GDK_CONTROL_MASK) && (event->keyval == GDK_Down)) { enl_popup_position (list); gtk_widget_show_all (GTK_WIDGET (list->popup)); enl_popup_grab (list);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor