[geany/geany-plugins] 42e701: lineoperations: removed check for doc
Sylvan Mostert
git-noreply at xxxxx
Tue Jul 2 07:30:35 UTC 2019
Branch: refs/heads/master
Author: Sylvan Mostert <smostert.dev at gmail.com>
Committer: Sylvan Mostert <smostert.dev at gmail.com>
Date: Wed, 08 Mar 2017 02:25:47 UTC
Commit: 42e701b2c84b822d435d4d3d26c6a6c092f8ff17
https://github.com/geany/geany-plugins/commit/42e701b2c84b822d435d4d3d26c6a6c092f8ff17
Log Message:
-----------
lineoperations: removed check for doc
Items are added with ui_add_document_sensitive so doc is
never null.
Modified Paths:
--------------
lineoperations/src/lineoperations.c
Modified: lineoperations/src/lineoperations.c
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -197,6 +197,7 @@ action_indir_manip_item(GtkMenuItem *menuitem, gpointer gdata)
lines_affected = func(lines, num_lines, new_file);
+
/* set new document */
sci_replace_sel(doc->editor->sci, new_file);
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Plugins-Commits
mailing list