|
|
@ -475,7 +475,7 @@ GdkFilterReturn gdkEventFilter(GdkXEvent *xevent, GdkEvent *gevent, gpointer dat
|
|
|
|
if ((event->type == ClientMessage) && (event->xclient.message_type == kipcCommAtom))
|
|
|
|
if ((event->type == ClientMessage) && (event->xclient.message_type == kipcCommAtom))
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// This data variable contains the type of KIPC message
|
|
|
|
// This data variable contains the type of KIPC message
|
|
|
|
// As defined in kdelibs/tdecore/kipc.h, 2 = StyleChanged
|
|
|
|
// As defined in tdelibs/tdecore/kipc.h, 2 = StyleChanged
|
|
|
|
if (event->xclient.data.l[0] != 2)
|
|
|
|
if (event->xclient.data.l[0] != 2)
|
|
|
|
return GDK_FILTER_REMOVE;
|
|
|
|
return GDK_FILTER_REMOVE;
|
|
|
|
|
|
|
|
|
|
|
@ -2250,7 +2250,7 @@ void setRcProperties(GtkRcStyle* rc_style, int forceRecreate)
|
|
|
|
stream << doIconMapping("gtk-zoom-in", "actions/viewmag+.png");
|
|
|
|
stream << doIconMapping("gtk-zoom-in", "actions/viewmag+.png");
|
|
|
|
stream << doIconMapping("gtk-zoom-out", "actions/viewmag-.png");
|
|
|
|
stream << doIconMapping("gtk-zoom-out", "actions/viewmag-.png");
|
|
|
|
|
|
|
|
|
|
|
|
// Other icons that really should have Trinity equivalents in kdelibs
|
|
|
|
// Other icons that really should have Trinity equivalents in tdelibs
|
|
|
|
stream << doIconMapping("list-add", "actions/add.png");
|
|
|
|
stream << doIconMapping("list-add", "actions/add.png");
|
|
|
|
stream << doIconMapping("list-remove", "actions/remove.png");
|
|
|
|
stream << doIconMapping("list-remove", "actions/remove.png");
|
|
|
|
|
|
|
|
|
|
|
|