~tellis/appmenu-gtk/multi-arch-conversion

« back to all changes in this revision

Viewing changes to src/bridge.c

  • Committer: Cody Russell
  • Date: 2010-05-27 20:02:28 UTC
  • mto: (5.2.2 uber-hack)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: crussell@canonical.com-20100527200228-y1dsaj284a1kk4ss
make distcheck

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
    {
167
167
      dbusmenu_menuitem_property_set_bool (child,
168
168
                                           DBUSMENU_MENUITEM_PROP_ENABLED,
169
 
                                           GTK_WIDGET_IS_SENSITIVE (widget));
 
169
                                           gtk_widget_get_sensitive (widget));
170
170
    }
171
171
  else if (pspec->name == g_intern_static_string ("label"))
172
172
    {