diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-07-26 12:30:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-07-26 13:16:42 +0800 |
commit | 81e5428a59194dd38cf2a07b2d3f9b4b6f81f6ef (patch) | |
tree | 0211046a4e44ba2a0e82b1c1ce8f9a903552f979 /shell | |
parent | 13cf1d104bbacffaf09393678c12a7efadd53139 (diff) | |
download | gsoc2013-evolution-81e5428a59194dd38cf2a07b2d3f9b4b6f81f6ef.tar.gz gsoc2013-evolution-81e5428a59194dd38cf2a07b2d3f9b4b6f81f6ef.tar.zst gsoc2013-evolution-81e5428a59194dd38cf2a07b2d3f9b4b6f81f6ef.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/main.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/shell/main.c b/shell/main.c index c9a8709c83..a5252624c7 100644 --- a/shell/main.c +++ b/shell/main.c @@ -471,18 +471,18 @@ main (gint argc, gchar **argv) #if HAVE_CLUTTER gtk_clutter_init_with_args ( - &argc, &argv, - _("- The Evolution PIM and Email Client"), + &argc, &argv, + _("- The Evolution PIM and Email Client"), entries, (gchar *) GETTEXT_PACKAGE, &error); - mx_style_load_from_file (mx_style_get_default (), - EVOLUTION_MX_THEMEDIR "/default.css", NULL); - -#else + mx_style_load_from_file ( + mx_style_get_default (), + EVOLUTION_MX_THEMEDIR "/default.css", NULL); +#else gtk_init_with_args ( &argc, &argv, _("- The Evolution PIM and Email Client"), entries, (gchar *) GETTEXT_PACKAGE, &error); -#endif +#endif if (error != NULL) { g_printerr ("%s\n", error->message); g_error_free (error); |