← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~dbarth/indicator-me/clean-checkmarks into lp:indicator-me

 

David Barth has proposed merging lp:~dbarth/indicator-me/clean-checkmarks into lp:indicator-me.

Requested reviews:
  Indicator Applet Developers (indicator-applet-developers)
Related bugs:
  #565477 Previous status remains selected when presence options are disabled
  https://bugs.launchpad.net/bugs/565477


Fix for bug https://bugs.launchpad.net/indicator-me/+bug/565477 to remove checkmarks next to status menu items when the user is offline.
-- 
https://code.launchpad.net/~dbarth/indicator-me/clean-checkmarks/+merge/35061
Your team ayatana-commits is subscribed to branch lp:indicator-me.
=== modified file 'src/me-service.c'
--- src/me-service.c	2010-09-09 13:26:05 +0000
+++ src/me-service.c	2010-09-10 07:54:48 +0000
@@ -136,6 +136,9 @@
       dbusmenu_menuitem_property_set_bool(status_menuitems[i],
                                           DBUSMENU_MENUITEM_PROP_ENABLED,
                                           FALSE);
+      dbusmenu_menuitem_property_set_int (status_menuitems[i],
+                                          DBUSMENU_MENUITEM_PROP_TOGGLE_STATE,
+                                          DBUSMENU_MENUITEM_TOGGLE_STATE_UNCHECKED);
     }
     return;
   }


Follow ups