diff options
Diffstat (limited to 'meta/packages/matchbox-panel-2/startup_fix.diff')
-rw-r--r-- | meta/packages/matchbox-panel-2/startup_fix.diff | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/matchbox-panel-2/startup_fix.diff b/meta/packages/matchbox-panel-2/startup_fix.diff new file mode 100644 index 0000000000..9262d33eae --- /dev/null +++ b/meta/packages/matchbox-panel-2/startup_fix.diff @@ -0,0 +1,17 @@ +Fixed the compile error caused by typo, upstream also need this. + +Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> + +Index: matchbox-panel-2/applets/startup/startup.c +=================================================================== +--- matchbox-panel-2/applets/startup/startup.c (revision 2109) ++++ matchbox-panel-2/applets/startup/startup.c (working copy) +@@ -229,7 +229,7 @@ + applet = g_slice_new0 (StartupApplet); + + applet->launch_list = NULL; +- applet->hourglass_show = FALSE; ++ applet->hourglass_shown = FALSE; + + /* Create image */ + applet->image = MB_PANEL_SCALING_IMAGE |