[gtk+/gtk-2-16] Emit GtkAssistant::apply before computing the next step
- From: Matthias Clasen <matthiasc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-16] Emit GtkAssistant::apply before computing the next step
- Date: Sat, 29 Aug 2009 02:43:07 +0000 (UTC)
commit 8b774172b5d2ca52544abda840a74373eee7abe8
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Aug 6 23:52:18 2009 -0400
Emit GtkAssistant::apply before computing the next step
This fixes bug 589745.
gtk/gtkassistant.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkassistant.c b/gtk/gtkassistant.c
index 8477f27..2b0e564 100644
--- a/gtk/gtkassistant.c
+++ b/gtk/gtkassistant.c
@@ -625,10 +625,10 @@ on_assistant_apply (GtkWidget *widget,
{
gboolean success;
- success = compute_next_step (assistant);
-
g_signal_emit (assistant, signals [APPLY], 0);
+ success = compute_next_step (assistant);
+
/* if the assistant hasn't switched to another page, just emit
* the CLOSE signal, it't the last page in the assistant flow
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]