~indicator-applet-developers/ubuntu/precise/indicator-appmenu/upstream

« back to all changes in this revision

Viewing changes to src/indicator-appmenu.c

  • Committer: Charles Kerr
  • Date: 2012-04-05 16:19:32 UTC
  • mfrom: (1.4.2)
  • Revision ID: charles.kerr@canonical.com-20120405161932-rf6899hc99e99pmb
* New upstream release.
  * Faster searches and better search results. (lp: #947283, lp: #972354)
  * Don't submit searches with zero tokens. (lp: #973203)
  * Propertly emit the WindowUnregistered signal when windows go away.
  * Improvements to the gcov automake rules.
  * Fix bootstrap error in tests.
  - reduce hud cpu usage and DoS on long strings (lp: #938584, lp: #948820)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1240
1240
        /* If it's a desktop window remove it from that table as well */
1241
1241
        g_hash_table_remove(iapp->desktop_windows, GUINT_TO_POINTER(windowid));
1242
1242
 
 
1243
        emit_signal(iapp, "WindowUnregistered", g_variant_new ("(u)", windowid));
 
1244
 
1243
1245
        /* Now let's see if we've got a WM object for it then
1244
1246
           we need to mark it as destroyed and unreference to
1245
1247
           actually destroy it. */