evolution r36645 - branches/gnome-2-24/plugins/groupwise-features
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36645 - branches/gnome-2-24/plugins/groupwise-features
- Date: Fri, 17 Oct 2008 21:34:52 +0000 (UTC)
Author: mbarnes
Date: Fri Oct 17 21:34:52 2008
New Revision: 36645
URL: http://svn.gnome.org/viewvc/evolution?rev=36645&view=rev
Log:
2008-10-17 Matthew Barnes <mbarnes redhat com>
* plugins/groupwise-features/send-options.c (org_gnome_send_options):
Don't mix declarations and statements.
Modified:
branches/gnome-2-24/plugins/groupwise-features/ChangeLog
branches/gnome-2-24/plugins/groupwise-features/send-options.c
Modified: branches/gnome-2-24/plugins/groupwise-features/send-options.c
==============================================================================
--- branches/gnome-2-24/plugins/groupwise-features/send-options.c (original)
+++ branches/gnome-2-24/plugins/groupwise-features/send-options.c Fri Oct 17 21:34:52 2008
@@ -198,12 +198,11 @@
{
EMConfigTargetAccount *target_account;
GtkWidget *frame, *button, *label, *vbox;
+ gchar *markup;
target_account = (EMConfigTargetAccount *)data->config->target;
account = target_account->account;
- gchar *markup;
-
if(!g_strrstr (account->source->url, "groupwise://"))
return NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]