diff options
author | Ted Gould <ted@gould.cx> | 2011-01-26 22:42:30 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-26 22:42:30 -0600 |
commit | 1555d242f4e0214dd39dbd56e5cc6ddcf426e19b (patch) | |
tree | d84f2e5cc965359ea7c8edf2fcad5df3732eb89c | |
parent | d5a160e04dfd351cefb70ac5f6955cb2913e2ad5 (diff) | |
download | libdbusmenu-1555d242f4e0214dd39dbd56e5cc6ddcf426e19b.tar.gz libdbusmenu-1555d242f4e0214dd39dbd56e5cc6ddcf426e19b.tar.bz2 libdbusmenu-1555d242f4e0214dd39dbd56e5cc6ddcf426e19b.zip |
Actually setting the 'checked' value
-rw-r--r-- | libdbusmenu-gtk/client.c | 1 |
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) { |