2007-12-29 Johannes Schmid <jhs@gnome.org>
commit8d51727bbaa4fcfb6f41de934002570d3f7d322c
authorjhs <jhs@1dbfb86a-d425-0410-a06b-cb591aac69f6>
Sat, 29 Dec 2007 10:29:49 +0000 (29 10:29 +0000)
committerjhs <jhs@1dbfb86a-d425-0410-a06b-cb591aac69f6>
Sat, 29 Dec 2007 10:29:49 +0000 (29 10:29 +0000)
treed12cb22bc2a6e2646218e9bb794925368204bbe3
parenta1dc7c9034178994d56919920de0a9fd4e1e4c6d
2007-12-29  Johannes Schmid <jhs@gnome.org>

* plugins/debug-manager/breakpoints.c: (on_added_current_editor):
* plugins/debug-manager/plugin.c:
(on_run_to_cursor_action_activate):
* plugins/document-manager/anjuta-docman.c:
(anjuta_docman_goto_file_line_mark):
* plugins/symbol-db/plugin.c: (value_added_current_editor),
(value_removed_current_editor):

Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
all those to value_added_current_document...

* plugins/editor/anjuta-editor-scintilla.glade:
Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!

git-svn-id: http://svn.gnome.org/svn/anjuta/trunk@3398 1dbfb86a-d425-0410-a06b-cb591aac69f6
ChangeLog
plugins/debug-manager/breakpoints.c
plugins/debug-manager/plugin.c
plugins/document-manager/anjuta-docman.c
plugins/editor/anjuta-editor-scintilla.glade
plugins/symbol-db/plugin.c