[libpeas/proxys] [PluginManager] Use show_all when showing the dialog box.
- From: Steve Frécinaux <sfre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libpeas/proxys] [PluginManager] Use show_all when showing the dialog box.
- Date: Sun, 23 May 2010 23:06:36 +0000 (UTC)
commit 069c77d43fa5a5e14672d183e152de9511bfb961
Author: Steve Frécinaux <code istique net>
Date: Mon May 24 01:01:50 2010 +0200
[PluginManager] Use show_all when showing the dialog box.
libpeasui/peas-ui-plugin-manager.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libpeasui/peas-ui-plugin-manager.c b/libpeasui/peas-ui-plugin-manager.c
index 9b57500..ce250af 100644
--- a/libpeasui/peas-ui-plugin-manager.c
+++ b/libpeasui/peas-ui-plugin-manager.c
@@ -230,7 +230,7 @@ configure_button_cb (GtkWidget *button,
gtk_window_group_add_window (wg, GTK_WINDOW (conf_dlg));
gtk_window_set_modal (GTK_WINDOW (conf_dlg), TRUE);
- gtk_widget_show (conf_dlg);
+ gtk_widget_show_all (conf_dlg);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]