[geany/geany-plugins] 568ba7: GeanyMacro: Don't use C++-style comments
Colomban Wendling
git-noreply at xxxxx
Sun Jul 8 16:20:36 UTC 2012
Branch: refs/heads/1.22_release
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Sun, 08 Jul 2012 16:20:36
Commit: 568ba7ce31a127dc7402106348c75753bc3acd1a
https://github.com/geany/geany-plugins/commit/568ba7ce31a127dc7402106348c75753bc3acd1a
Log Message:
-----------
GeanyMacro: Don't use C++-style comments
Modified Paths:
--------------
geanymacro/src/geanymacro.c
Modified: geanymacro/src/geanymacro.c
4 files changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -1802,7 +1802,7 @@ static void EditMacroElements(Macro *m)
/* add table to dialog */
gtk_container_add(GTK_CONTAINER(GTK_DIALOG(dialog)->vbox),table);
-// gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dialog)->vbox),table,FALSE,FALSE,2);
+/* gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dialog)->vbox),table,FALSE,FALSE,2);*/
gtk_widget_show(table);
/* add buttons */
@@ -1929,7 +1929,7 @@ static void EditMacroElements(Macro *m)
}
- } //end of commands that require line to be selected
+ } /* end of commands that require line to be selected */
/* if no elements to insert above or below,just insert new element */
else if((i==GEANY_MACRO_BUTTON_ABOVE || i==GEANY_MACRO_BUTTON_BELOW) &&
gtk_tree_model_iter_n_children(GTK_TREE_MODEL(ls),NULL)==0)
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
More information about the Plugins-Commits
mailing list