[evolution-kolab/ek-wip-gui: 142/143] EPlugin: minor code cleanup
- From: Christian Hilberg <chilberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-kolab/ek-wip-gui: 142/143] EPlugin: minor code cleanup
- Date: Fri, 11 May 2012 15:07:56 +0000 (UTC)
commit edac6274de4b885638a09cfeed405c2391bc98e7
Author: Christian Hilberg <hilberg kernelconcepts de>
Date: Fri May 11 12:06:38 2012 +0200
EPlugin: minor code cleanup
src/eplugin/e-kolab-plugin-ui.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/eplugin/e-kolab-plugin-ui.c b/src/eplugin/e-kolab-plugin-ui.c
index b5a77b5..2db1008 100644
--- a/src/eplugin/e-kolab-plugin-ui.c
+++ b/src/eplugin/e-kolab-plugin-ui.c
@@ -280,7 +280,7 @@ kolab_plugin_ui_action_kolab_properties_cb (GtkAction *action,
uidata = kolab_folder_prop_ui_data_new ();
- uidata->widgets->dialog = \
+ uidata->widgets->dialog =
gtk_dialog_new_with_buttons (_("Edit Kolab Folder Properties..."),
NULL, /* parent */
GTK_DIALOG_DESTROY_WITH_PARENT,
@@ -289,7 +289,7 @@ kolab_plugin_ui_action_kolab_properties_cb (GtkAction *action,
NULL);
gtk_window_set_resizable (GTK_WINDOW (uidata->widgets->dialog), FALSE);
- uidata->widgets->selected_folder = \
+ uidata->widgets->selected_folder =
kolab_plugin_ui_selected_folder_widget (action, shell_view);
uidata->meta_ui_data = e_kolab_folder_metadata_ui_new ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]