Bug#548778: leafpad can not find string twice

2009-11-04 Thread Emilio Pozuelo Monfort
Trafire Arcanegrin wrote:
 Upstream version 0.8.17 has fixed this bug.
 
 Please consider update it. :-)

Note that leafpad is orphaned, see bug #550141.

Cheers,
Emilio



signature.asc
Description: OpenPGP digital signature


Bug#548778: leafpad can not find string twice

2009-11-03 Thread Trafire Arcanegrin
Upstream version 0.8.17 has fixed this bug.

Please consider update it. :-)

Cheers,
Trafire



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#548778: leafpad can not find string twice

2009-10-07 Thread Trafire Arcanegrin
tags 548778 patch
thank you

There is a patch come from leafpad_0.8.13-1ubuntu1.diff.gz.
It works fine on 0.8.16.

Cheers,
Trafire
--- leafpad-0.8.16/src/search.c	2007-09-17 12:20:38.0 +0200
+++ leafpad-0.8.16/src/search.c.new	2009-10-07 17:03:46.729427054 +0200
@@ -336,8 +336,11 @@
 		G_CALLBACK(toggle_sensitivity), NULL);
 	 g_signal_connect(G_OBJECT(entry_find), delete-text,
 		G_CALLBACK(toggle_sensitivity), NULL);
-	 if (string_find) 
+	 if (string_find) {
 		 gtk_entry_set_text(GTK_ENTRY(entry_find), string_find);
+		 gtk_dialog_set_response_sensitive(GTK_DIALOG(dialog),
+			GTK_RESPONSE_OK, TRUE);
+	}
 	if (mode) {
 		label_replace = gtk_label_new_with_mnemonic(_(Re_place with:));
 		 gtk_misc_set_alignment(GTK_MISC(label_replace), 0, 0.5);


Bug#548778: leafpad can not find string twice

2009-10-02 Thread Trafire Arcanegrin
I found that medit works fine even with the latest GTK+.
This bug should be leafpad's and mousepad's.

A simple rebuild against latest GTK+ does not fix this bug.

Cheers,
Trafire



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org