[gnome-shell] Bug 591590 - Fix some applications not appearing in menu
- From: Colin Walters <walters src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-shell] Bug 591590 - Fix some applications not appearing in menu
- Date: Thu, 13 Aug 2009 17:02:38 +0000 (UTC)
commit 557f9ceb97bde57fa3715c4a91cfd4982f3402d1
Author: Colin Walters <walters verbum org>
Date: Thu Aug 13 11:31:53 2009 -0400
Bug 591590 - Fix some applications not appearing in menu
Use the correct address for the entry, instead of treating the
ShellAppInfo pointer as one.
src/shell-app-system.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/shell-app-system.c b/src/shell-app-system.c
index d415f18..d4ee4cb 100644
--- a/src/shell-app-system.c
+++ b/src/shell-app-system.c
@@ -848,7 +848,7 @@ shell_app_info_get_is_nodisplay (ShellAppInfo *info)
switch (info->type)
{
case SHELL_APP_INFO_TYPE_ENTRY:
- return gmenu_tree_entry_get_is_nodisplay ((GMenuTreeEntry*)info);
+ return gmenu_tree_entry_get_is_nodisplay ((GMenuTreeEntry*)info->entry);
case SHELL_APP_INFO_TYPE_DESKTOP_FILE:
return FALSE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]