~canonical-dx-team/appmenu-gtk/trunk.0.1

« back to all changes in this revision

Viewing changes to src/bridge.c

  • Committer: Cody Russell
  • Date: 2010-09-08 21:21:43 UTC
  • Revision ID: crussell@canonical.com-20100908212143-33stgqe6trbeltyh
Don't exit from rebuild() early if the hashtable is empty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1004
1004
 
1005
1005
  if (rebuild_ids != NULL)
1006
1006
    {
1007
 
      if (g_hash_table_size (rebuild_ids) == 0)
1008
 
        return;
1009
 
 
1010
1007
      id = GPOINTER_TO_UINT (g_hash_table_lookup (rebuild_ids, toplevel));
1011
1008
 
1012
1009
      if (id > 0)