remove trailing comma in MetaKeyBindingAction enum. Fix for #134868 thanks

2004-02-19  Rob Adams  <readams@readams.net>

	* src/prefs.h: remove trailing comma in MetaKeyBindingAction enum.
	Fix for #134868 thanks to bugzilla-gnome@thewrittenword.com.
This commit is contained in:
Rob Adams 2004-02-19 18:36:14 +00:00 committed by Rob Adams
parent ad65847d7d
commit f1701a751f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-02-19 Rob Adams <readams@readams.net>
* src/prefs.h: remove trailing comma in MetaKeyBindingAction enum.
Fix for #134868 thanks to bugzilla-gnome@thewrittenword.com.
2004-02-16 Rob Adams <readams@readams.net>
* src/window.c (update_move): reset drag state after shaking loose

View File

@ -224,7 +224,7 @@ typedef enum _MetaKeyBindingAction
META_KEYBINDING_ACTION_COMMAND_9,
META_KEYBINDING_ACTION_COMMAND_10,
META_KEYBINDING_ACTION_COMMAND_11,
META_KEYBINDING_ACTION_COMMAND_12,
META_KEYBINDING_ACTION_COMMAND_12
} MetaKeyBindingAction;
typedef struct