The relevant bits of code:

indicator-appmenu/src/indicator-appmenu.c switch_active_window() :

        /* Close any existing open menu by showing a null entry */
        window_show_menu(iapp->default_app, NULL, gtk_get_current_event_time(), 
iapp);

unity/services/panel-service.c on_indicator_menu_show():

  g_return_if_fail (PANEL_IS_SERVICE (self));
  if (entry == NULL)
    {
      g_warning ("on_indicator_menu_show() called with a NULL entry");
      return;
    }

Doesn't seem to like it when the entry is NULL.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1197071

Title:
  on_indicator_menu_show() called with a NULL entry

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-appmenu/+bug/1197071/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to