[mednaffe] 12/99: Mednaffe does not restore on Windows. Fixed

Stephen Kitt skitt at moszumanska.debian.org
Tue Aug 2 21:00:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository mednaffe.

commit 575c14dab188e38d68ed68a14f441acc700f4a9b
Author: amatcoder <amatcoder at 44025b82-9115-564b-7d03-7f3fc60b4744>
Date:   Sat Sep 14 22:22:07 2013 +0000

    Mednaffe does not restore on Windows. Fixed
---
 src/command.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/command.c b/src/command.c
index 1024d3d..96418e5 100644
--- a/src/command.c
+++ b/src/command.c
@@ -83,7 +83,7 @@ void child_watch(GPid pid, gint status, guidata *gui)
 
   g_hash_table_insert(gui->clist, name, name);
 
-  if (gui->state==1) gtk_window_deiconify(GTK_WINDOW(gui->topwindow));
+  if (gui->state==1) gtk_window_present(GTK_WINDOW(gui->topwindow));
   if (gui->state==2) gtk_widget_show(gui->topwindow);
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mednaffe.git



More information about the Pkg-games-commits mailing list