From 3bcf3726467d678126952436b80f4a10c2184c4d Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Tue, 22 Sep 2009 23:36:32 +0000 Subject: matchbox2: Make it working: * fixed known crashers * created usable icon theme * provided session script --- .../matchbox-panel-2/startup-shown-uninitialized.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes/matchbox2/matchbox-panel-2/startup-shown-uninitialized.patch (limited to 'recipes/matchbox2/matchbox-panel-2/startup-shown-uninitialized.patch') diff --git a/recipes/matchbox2/matchbox-panel-2/startup-shown-uninitialized.patch b/recipes/matchbox2/matchbox-panel-2/startup-shown-uninitialized.patch new file mode 100644 index 0000000000..2ee3efd01e --- /dev/null +++ b/recipes/matchbox2/matchbox-panel-2/startup-shown-uninitialized.patch @@ -0,0 +1,13 @@ +http://bugzilla.openedhand.com/show_bug.cgi?id=1805 +Index: applets/startup/startup.c +=================================================================== +--- applets/startup/startup.c (revision 2098) ++++ applets/startup/startup.c (working copy) +@@ -228,6 +228,7 @@ + applet = g_slice_new (StartupApplet); + + applet->launch_list = NULL; ++ applet->hourglass_shown = FALSE; + + /* Create image */ + applet->image = MB_PANEL_SCALING_IMAGE -- cgit v1.2.3