tomboy r2393 - in trunk: . Tomboy
- From: sharm svn gnome org
- To: svn-commits-list gnome org
- Subject: tomboy r2393 - in trunk: . Tomboy
- Date: Mon, 2 Mar 2009 04:14:46 +0000 (UTC)
Author: sharm
Date: Mon Mar 2 04:14:45 2009
New Revision: 2393
URL: http://svn.gnome.org/viewvc/tomboy?rev=2393&view=rev
Log:
* Tomboy/NoteEditor.cs: Have numeric keypad Enter key behave the
same as regular Enter/Return. Fixes bug #525753, patch courtesy of
Benjamin Podszun.
Modified:
trunk/ChangeLog
trunk/Tomboy/NoteEditor.cs
Modified: trunk/Tomboy/NoteEditor.cs
==============================================================================
--- trunk/Tomboy/NoteEditor.cs (original)
+++ trunk/Tomboy/NoteEditor.cs Mon Mar 2 04:14:45 2009
@@ -185,6 +185,7 @@
switch (args.Event.Key)
{
+ case Gdk.Key.KP_Enter:
case Gdk.Key.Return:
// Allow opening notes with Ctrl + Enter
if (args.Event.State != Gdk.ModifierType.ControlMask) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]