diff options
author | Milan Crha <mcrha@redhat.com> | 2011-11-29 21:16:55 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-11-29 21:16:55 +0800 |
commit | f2b9a4b609b13d51ec1925e7c297e87e17026e33 (patch) | |
tree | 8ad0454f8ec9cbead4e0ca4de92bcc8652f02e93 /e-util/e-config.c | |
parent | b16c24615186a2a46a052d57f3e494b54d1d3300 (diff) | |
download | gsoc2013-evolution-f2b9a4b609b13d51ec1925e7c297e87e17026e33.tar.gz gsoc2013-evolution-f2b9a4b609b13d51ec1925e7c297e87e17026e33.tar.zst gsoc2013-evolution-f2b9a4b609b13d51ec1925e7c297e87e17026e33.zip |
Bug #665103 - Blank composer/mail/network preferences windows
Diffstat (limited to 'e-util/e-config.c')
-rw-r--r-- | e-util/e-config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/e-util/e-config.c b/e-util/e-config.c index 06117c2a9f..269e258aac 100644 --- a/e-util/e-config.c +++ b/e-util/e-config.c @@ -1134,7 +1134,6 @@ e_config_create_widget (EConfig *emp) GPtrArray *items = g_ptr_array_new (); GList *link; GSList *l; - /*char *domain = NULL;*/ gint i; g_return_val_if_fail (emp->target != NULL, NULL); |