[gtk+] Make the show more button follow the show-other property
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Make the show more button follow the show-other property
- Date: Fri, 21 Jan 2011 00:55:19 +0000 (UTC)
commit bbe56c1f9a988b2fe4b915aa19bd93060bec0279
Author: William Jon McCann <jmccann redhat com>
Date: Thu Jan 20 16:22:51 2011 -0500
Make the show more button follow the show-other property
Instead of show-all.
https://bugzilla.gnome.org/show_bug.cgi?id=640006
gtk/gtkappchooserdialog.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkappchooserdialog.c b/gtk/gtkappchooserdialog.c
index 04785d0..3262b13 100644
--- a/gtk/gtkappchooserdialog.c
+++ b/gtk/gtkappchooserdialog.c
@@ -394,7 +394,7 @@ widget_notify_for_button_cb (GObject *source,
GtkAppChooserWidget *widget = GTK_APP_CHOOSER_WIDGET (source);
gboolean should_hide;
- should_hide = gtk_app_chooser_widget_get_show_all (widget) ||
+ should_hide = gtk_app_chooser_widget_get_show_other (widget) ||
self->priv->show_more_clicked;
if (should_hide)
@@ -485,7 +485,7 @@ build_dialog_ui (GtkAppChooserDialog *self)
G_CALLBACK (widget_application_selected_cb), self);
g_signal_connect (self->priv->app_chooser_widget, "application-activated",
G_CALLBACK (widget_application_activated_cb), self);
- g_signal_connect (self->priv->app_chooser_widget, "notify::show-all",
+ g_signal_connect (self->priv->app_chooser_widget, "notify::show-other",
G_CALLBACK (widget_notify_for_button_cb), self);
g_signal_connect (self->priv->app_chooser_widget, "populate-popup",
G_CALLBACK (widget_populate_popup_cb), self);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]