[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: gaf.git: branch: master updated (1.7.2-20111231-4-g95f48e6)



The branch, master has been updated
       via  95f48e6f1b8e624ec7d25d9854c97d86d62b50dc (commit)
       via  528ae278c95dd38dee2c4747effb18d723cbc271 (commit)
      from  2844f086d7df446674b659451b9f63865f715b6c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 gschem/src/g_keys.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


=================
 Commit Messages
=================

commit 528ae278c95dd38dee2c4747effb18d723cbc271
Author: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>
Commit: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>

    gschem: add zero termination to invalid keycode list.
    
    A loop in g_key_is_valid() scans a list of keycodes to see if the current
    one matches. Add a zero to the end of the list so that the search terminates
    correctly.

:100644 100644 a507e64... a261084... M	gschem/src/g_keys.c

=========
 Changes
=========

commit 528ae278c95dd38dee2c4747effb18d723cbc271
Author: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>
Commit: Gareth Edwards <gareth@xxxxxxxxxxxxxxxxxxxx>

    gschem: add zero termination to invalid keycode list.
    
    A loop in g_key_is_valid() scans a list of keycodes to see if the current
    one matches. Add a zero to the end of the list so that the search terminates
    correctly.

diff --git a/gschem/src/g_keys.c b/gschem/src/g_keys.c
index a507e64..a261084 100644
--- a/gschem/src/g_keys.c
+++ b/gschem/src/g_keys.c
@@ -274,6 +274,7 @@ g_key_is_valid (guint keyval, GdkModifierType modifiers)
     GDK_First_Virtual_Screen, GDK_Prev_Virtual_Screen,
     GDK_Next_Virtual_Screen, GDK_Last_Virtual_Screen,
     GDK_Terminate_Server, GDK_AudibleBell_Enable,
+    0
   };
   const guint *val;
 




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs