~charlesk/appmenu-gtk/lp-788640

« back to all changes in this revision

Viewing changes to src/bridge.c

  • Committer: Cody Russell
  • Date: 2010-06-01 22:22:13 UTC
  • Revision ID: crussell@canonical.com-20100601222213-3370busl3m1nssx8
Remove the 'root' member from the private struct.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
  GHashTable *items;      /* <GtkWidget *, DbusmenuMenuitem *> */
52
52
 
53
53
  DbusmenuServer   *server;
54
 
  DbusmenuMenuitem *root;
55
54
};
56
55
 
57
56
static DBusGProxy *dbusproxy = NULL;