/[beaver]/beaver/src/search.c
ViewVC logotype

Diff of /beaver/src/search.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by mikix, Fri May 30 04:13:53 2003 UTC revision 1.17 by mikix, Sun Aug 17 04:40:28 2003 UTC
# Line 88  void go_to_search_result (struct file_re Line 88  void go_to_search_result (struct file_re
88          gint page;          gint page;
89          GtkTextIter iter, next;          GtkTextIter iter, next;
90                    
91            if (!result)
92            {
93                    return;
94            }
95            
96          match = g_ptr_array_index (result->results, match_num);          match = g_ptr_array_index (result->results, match_num);
97                    
98          if (match->line == 0)          if (match->line == 0)

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26