[Xfce4-commits] <xfce4-panel:master> Don't destroy the about dialog.
Nick Schermer
noreply at xfce.org
Sun Nov 7 20:52:01 CET 2010
Updating branch refs/heads/master
to de2ebcb59c77eeb30918d40271cb8ab0393d6fc0 (commit)
from 7f579e63184e950a437069518f0db62326d0ab9c (commit)
commit de2ebcb59c77eeb30918d40271cb8ab0393d6fc0
Author: Nick Schermer <nick at xfce.org>
Date: Sun Nov 7 13:07:19 2010 +0100
Don't destroy the about dialog.
panel/panel-dialogs.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/panel/panel-dialogs.c b/panel/panel-dialogs.c
index 14596e9..f2f3b15 100644
--- a/panel/panel-dialogs.c
+++ b/panel/panel-dialogs.c
@@ -44,9 +44,6 @@ panel_dialogs_show_about_email_hook (GtkAboutDialog *dialog,
{
if (g_strcmp0 ("tictactoe at xfce.org", uri) == 0)
{
- /* gtk needs to finish some stuff before the dialog can be closed */
- exo_gtk_object_destroy_later (GTK_OBJECT (dialog));
-
/* open tic-tac-toe */
panel_tic_tac_toe_show ();
}
More information about the Xfce4-commits
mailing list