From 708527d147163c45bf283622b50cd06166e935cd Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 31 Mar 2015 14:33:48 -0500 Subject: oops, forgot to commit this tyop fix before pushing --- src/service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/service.c') diff --git a/src/service.c b/src/service.c index d58f1c6..9ac559b 100644 --- a/src/service.c +++ b/src/service.c @@ -530,7 +530,7 @@ create_phone_devices_section (IndicatorPowerService * self G_GNUC_UNUSED) static GMenuItem * create_brightness_menu_item(void) { - GICon * icon; + GIcon * icon; GMenuItem * item; item = g_menu_item_new(NULL, "indicator.brightness"); -- cgit v1.2.3