gimp r27041 - in trunk: . app/widgets
- From: mitch svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r27041 - in trunk: . app/widgets
- Date: Wed, 24 Sep 2008 09:12:37 +0000 (UTC)
Author: mitch
Date: Wed Sep 24 09:12:36 2008
New Revision: 27041
URL: http://svn.gnome.org/viewvc/gimp?rev=27041&view=rev
Log:
2008-09-24 Michael Natterer <mitch gimp org>
* app/widgets/gimpcontrollereditor.c
(gimp_controller_editor_edit_response): call
gimp_controller_editor_sel_changed() with the right
GtkTreeSelection object (the editor's, not the action
list's). Fixes crash upon selecting an action for a controller
event. Spotted by Alexander Rabtchevich.
Modified:
trunk/ChangeLog
trunk/app/widgets/gimpcontrollereditor.c
Modified: trunk/app/widgets/gimpcontrollereditor.c
==============================================================================
--- trunk/app/widgets/gimpcontrollereditor.c (original)
+++ trunk/app/widgets/gimpcontrollereditor.c Wed Sep 24 09:12:36 2008
@@ -796,7 +796,7 @@
g_free (stock_id);
g_free (action_name);
- gimp_controller_editor_sel_changed (editor->edit_sel, editor);
+ gimp_controller_editor_sel_changed (editor->sel, editor);
}
gtk_widget_destroy (dialog);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]