[gedit-list] very small bug?



hi.. i know i should use bugzilla, but this is (if it is) very small buggie..
in file gedit/gedit-commands-search.c in line 453 i've found:
	g_return_if_fail ((search_entry_text) != NULL);
i think it's should be:
	g_return_if_fail ((replace_entry_text) != NULL);

regards
Krzysiek Szczuka



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]