gimp r26461 - in branches/soc-2008-tagging: . app/widgets
- From: aurisj svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26461 - in branches/soc-2008-tagging: . app/widgets
- Date: Sat, 9 Aug 2008 12:26:04 +0000 (UTC)
Author: aurisj
Date: Sat Aug 9 12:26:04 2008
New Revision: 26461
URL: http://svn.gnome.org/viewvc/gimp?rev=26461&view=rev
Log:
2008-08-09 Aurimas JuÅka <aurisj svn gnome org>
* app/widgets/gimptagentry.c: invalid tag querying always gives empty
set of results.
Modified:
branches/soc-2008-tagging/ChangeLog
branches/soc-2008-tagging/app/widgets/gimptagentry.c
Modified: branches/soc-2008-tagging/app/widgets/gimptagentry.c
==============================================================================
--- branches/soc-2008-tagging/app/widgets/gimptagentry.c (original)
+++ branches/soc-2008-tagging/app/widgets/gimptagentry.c Sat Aug 9 12:26:04 2008
@@ -562,10 +562,7 @@
if (strlen (parsed_tags[i]) > 0)
{
tag = gimp_tag_try_new (parsed_tags[i]);
- if (tag)
- {
- query_list = g_list_append (query_list, tag);
- }
+ query_list = g_list_append (query_list, tag);
}
}
g_strfreev (parsed_tags);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]