This bug is also reported in Ubuntu:
http://launchpad.net/bugs/46487

It also contains a link to the upstream bug tracker
http://www.gphpedit.org/bugs/bug_view.php?id=132

and the following patch

diff -Nru gphpedit-0.9.91/src/find_replace.c gphpedit-0.9.91/src/find_replace.c
--- gphpedit-0.9.91/src/find_replace.c  2006-07-05 16:49:47.000000000 +0300
+++ gphpedit-0.9.91/src/find_replace.c  2006-12-06 13:02:04.000000000 +0200
@@ -478,7 +478,6 @@
 
        replace_all_dialog = gnome_ok_dialog(message->str);
        gnome_dialog_run_and_close(GNOME_DIALOG(replace_all_dialog));
-       g_free(replace_all_dialog);
        
        
gtk_scintilla_goto_pos(GTK_SCINTILLA(main_window.current_editor->scintilla), 
start_pos);
 }

Michael


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to