[nautilus] Revert last commit as discussion in #gnome-hackers
- From: Andrew Walton <awalton src gnome org>
- To: svn-commits-list gnome org
- Subject: [nautilus] Revert last commit as discussion in #gnome-hackers
- Date: Wed, 17 Jun 2009 08:24:14 -0400 (EDT)
commit a2c338278cb82c4a2d8c4175d1db9ca7d7985d43
Author: A. Walton <awalton gnome org>
Date: Wed Jun 17 08:22:57 2009 -0400
Revert last commit as discussion in #gnome-hackers
Turns out, g_app_info_should_show() is really broken, as this hides
some apps we shouldn't be hiding. Wondering how we can unbreak this..
libnautilus-private/nautilus-open-with-dialog.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/libnautilus-private/nautilus-open-with-dialog.c b/libnautilus-private/nautilus-open-with-dialog.c
index a9488f7..f55c733 100644
--- a/libnautilus-private/nautilus-open-with-dialog.c
+++ b/libnautilus-private/nautilus-open-with-dialog.c
@@ -622,9 +622,6 @@ nautilus_open_with_dialog_add_items_idle (NautilusOpenWithDialog *dialog)
!g_app_info_supports_files (app))
continue;
- if (!g_app_info_should_show (app))
- continue;
-
gtk_list_store_append (dialog->details->program_list_store, &iter);
gtk_list_store_set (dialog->details->program_list_store, &iter,
COLUMN_APP_INFO, app,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]