Fix some tomboy warnings
authorIra W. Snyder <devel@irasnyder.com>
Fri, 25 Jan 2008 08:46:28 +0000 (00:46 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Fri, 25 Jan 2008 08:46:28 +0000 (00:46 -0800)
commit0424ae4525050c3a09b13a240daf7e297b17767d
tree2582ec512690dabea4ec67da16d5722a0b02e089
parentaacff0f3fd9f595eacabe12589465099a549c165
Fix some tomboy warnings

There were some warnings because of the use of EggVirtualModifierType,
but the type can be changed to the GdkModifierType. A close examination
of the code shows that they are already equivalent, anyway.

Some of the code that was in the eggaccelerators.c has been moved into
GTK+. Some research shows that libegg was a staging library to test
experimental code before moving it into GTK+. This explains why lots of
the eggaccelerators.c code is duplicated exactly in GTK+.
eggaccelerators.c
eggaccelerators.h
tomboykeybinder.c