[gtk+] Revert "appchooserbutton: filter out applications not supposed to be visible"
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Revert "appchooserbutton: filter out applications not supposed to be visible"
- Date: Tue, 17 Sep 2013 18:14:16 +0000 (UTC)
commit b561e176fb9b10ff7fdf44c944ecb8fe562da575
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Sep 17 11:00:22 2013 -0700
Revert "appchooserbutton: filter out applications not supposed to be visible"
This reverts commit 5568dcb53c3a322b8399dc520fb539985814f451.
https://bugzilla.gnome.org/show_bug.cgi?id=702681
gtk/gtkappchooserbutton.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkappchooserbutton.c b/gtk/gtkappchooserbutton.c
index 12e44d3..9bdcf8b 100644
--- a/gtk/gtkappchooserbutton.c
+++ b/gtk/gtkappchooserbutton.c
@@ -349,9 +349,6 @@ gtk_app_chooser_button_populate (GtkAppChooserButton *self)
{
app = l->data;
- if (!g_app_info_should_show (app))
- continue;
-
if (default_app != NULL && g_app_info_equal (app, default_app))
continue;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]