Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tableconvert more generic rework #82

Merged
merged 7 commits into from Feb 1, 2013

Conversation

frlan
Copy link
Member

@frlan frlan commented Jan 31, 2013

Make TableConvert a lot more generic.

static GString* convert_to_table_html(gchar **rows, gboolean header)
static GtkWidget *main_menu_item = NULL;

static gchar* convert_to_table_worker(gchar **rows, gboolean header, TableConvertRule *rule)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could make the rule argument const

@b4n
Copy link
Member

b4n commented Jan 31, 2013

Looks good to me

frlan added a commit that referenced this pull request Feb 1, 2013
@frlan frlan merged commit e4e3875 into geany:master Feb 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants