anjuta r4904 - in trunk: . plugins/search
- From: sgranjoux svn gnome org
- To: svn-commits-list gnome org
- Subject: anjuta r4904 - in trunk: . plugins/search
- Date: Sat, 28 Mar 2009 20:55:30 +0000 (UTC)
Author: sgranjoux
Date: Sat Mar 28 20:55:30 2009
New Revision: 4904
URL: http://svn.gnome.org/viewvc/anjuta?rev=4904&view=rev
Log:
* plugins/search/search-replace_backend.c
(file_buffer_line_from_pos):
#576959 - Search does not point to correct line number on first match
when file is not opened in editor.
Modified:
trunk/ChangeLog
trunk/plugins/search/search-replace_backend.c
Modified: trunk/plugins/search/search-replace_backend.c
==============================================================================
--- trunk/plugins/search/search-replace_backend.c (original)
+++ trunk/plugins/search/search-replace_backend.c Sat Mar 28 20:55:30 2009
@@ -247,6 +247,7 @@
}
}
fb->lines = g_list_reverse(fb->lines);
+ lineno = -1;
}
for (tmp = fb->lines; tmp; tmp = g_list_next(tmp))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]