blob: d9a0876296ef41c4df3ce754e011ef04e641abae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Fixed the compile error caused by typo, upstream also need this.
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Upstream-Status: Pending
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
|