gimp r26542 - in branches/soc-2008-tagging: . app/widgets
- From: aurisj svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26542 - in branches/soc-2008-tagging: . app/widgets
- Date: Wed, 13 Aug 2008 21:37:55 +0000 (UTC)
Author: aurisj
Date: Wed Aug 13 21:37:54 2008
New Revision: 26542
URL: http://svn.gnome.org/viewvc/gimp?rev=26542&view=rev
Log:
2008-08-14 Aurimas JuÅka <aurisj svn gnome org>
* app/widgets/gimptagentry.c (gimp_tag_entry_select_jellybean): made
jellybean selection with mouse work again.
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 Wed Aug 13 21:37:54 2008
@@ -1584,7 +1584,7 @@
gtk_editable_select_region (GTK_EDITABLE (tag_entry),
selection_end, selection_start);
}
- else if (search_dir == TAG_SEARCH_RIGHT)
+ else
{
gtk_editable_select_region (GTK_EDITABLE (tag_entry),
selection_start, selection_end);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]