all repos — tint2 @ 1cb0c16ff4d45854d4b7c1ab908a6a680693e1d6

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Initialize variable properly

git-svn-id: http://tint2.googlecode.com/svn/trunk@666 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
o9000 o9000
commit

1cb0c16ff4d45854d4b7c1ab908a6a680693e1d6

parent

2432a2ed511fed406769ddcee0b97a0ee12a4538

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/launcher/xsettings-client.csrc/launcher/xsettings-client.c

@@ -192,6 +192,7 @@ XSettingsSetting *setting = NULL;

local_byte_order = xsettings_byte_order (); + buffer.byte_order = local_byte_order; buffer.pos = buffer.data = data; buffer.len = len;