aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk/client.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-01-26 22:42:30 -0600
committerTed Gould <ted@gould.cx>2011-01-26 22:42:30 -0600
commit1555d242f4e0214dd39dbd56e5cc6ddcf426e19b (patch)
treed84f2e5cc965359ea7c8edf2fcad5df3732eb89c /libdbusmenu-gtk/client.c
parentd5a160e04dfd351cefb70ac5f6955cb2913e2ad5 (diff)
downloadlibdbusmenu-1555d242f4e0214dd39dbd56e5cc6ddcf426e19b.tar.gz
libdbusmenu-1555d242f4e0214dd39dbd56e5cc6ddcf426e19b.tar.bz2
libdbusmenu-1555d242f4e0214dd39dbd56e5cc6ddcf426e19b.zip
Actually setting the 'checked' value
Diffstat (limited to 'libdbusmenu-gtk/client.c')
-rw-r--r--libdbusmenu-gtk/client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdbusmenu-gtk/client.c b/libdbusmenu-gtk/client.c
index ff2b3a7..00b2b90 100644
--- a/libdbusmenu-gtk/client.c
+++ b/libdbusmenu-gtk/client.c
@@ -751,6 +751,7 @@ set_use_fallback (GtkWidget * widget)
if (!available) {
g_warning("The '" USE_FALLBACK_PROP "' is not available on GtkImage so icons may not show correctly.");
}
+ checked = TRUE;
}
if (available) {