From 9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 14 Nov 2007 22:04:21 +0000 Subject: ** Remove trailing whitespace from source code. 2007-11-14 Matthew Barnes ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537 --- plugins/plugin-manager/plugin-manager.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins/plugin-manager') diff --git a/plugins/plugin-manager/plugin-manager.c b/plugins/plugin-manager/plugin-manager.c index 86b94c290d..4352254bf7 100644 --- a/plugins/plugin-manager/plugin-manager.c +++ b/plugins/plugin-manager/plugin-manager.c @@ -91,7 +91,7 @@ eppm_show_plugin(Manager *m, EPlugin *ep) string = g_strdup_printf("%s", ep->name); gtk_label_set_markup(GTK_LABEL(m->items[LABEL_NAME]), string); g_free(string); - + if (ep->authors) { GSList *l = ep->authors; GString *out = g_string_new(""); @@ -154,7 +154,7 @@ eppm_enable_toggled(GtkCellRendererToggle *renderer, const char *path_string, Ma EPlugin *plugin; path = gtk_tree_path_new_from_string(path_string); - + if (gtk_tree_model_get_iter(m->model, &iter, path)) { gtk_tree_model_get(m->model, &iter, COL_PLUGIN_DATA, &plugin, -1); e_plugin_enable(plugin, !plugin->enabled); @@ -165,7 +165,7 @@ eppm_enable_toggled(GtkCellRendererToggle *renderer, const char *path_string, Ma COL_PLUGIN_ENABLED, plugin->enabled, -1); } - + gtk_tree_path_free(path); } @@ -231,8 +231,8 @@ org_gnome_plugin_manager_manage(void *ep, ESMenuTargetShell *t) m->dialog = (GtkDialog *)gtk_dialog_new_with_buttons(_("Plugin Manager"), (GtkWindow *)gtk_widget_get_toplevel(t->target.widget), GTK_DIALOG_DESTROY_WITH_PARENT, - _("Con_figure"), RESPONSE_CONFIGURE, - GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, + _("Con_figure"), RESPONSE_CONFIGURE, + GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, NULL); gtk_window_set_default_size((GtkWindow *)m->dialog, 640, 400); @@ -377,7 +377,7 @@ e_plugin_lib_enable(EPluginLib *ep, int enable) return 0; } -int +int e_plugin_lib_configure(EPluginLib *ep) { d(printf ("\n\a e_plugin_lib_configure in plugin-manager\n\a")); -- cgit v1.2.3