Updating branch refs/heads/master
         to de2ebcb59c77eeb30918d40271cb8ab0393d6fc0 (commit)
       from 7f579e63184e950a437069518f0db62326d0ab9c (commit)

commit de2ebcb59c77eeb30918d40271cb8ab0393d6fc0
Author: Nick Schermer <[email protected]>
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 ("[email protected]", 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 ();
     }
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to