Commit Graph

105 Commits

Author SHA1 Message Date
a0bb856b78 ** Part of fix for bug #515744
2008-02-18  Milan Crha  <mcrha@redhat.com>

	** Part of fix for bug #515744

	* addressbook/gui/component/addressbook-migrate.c: (get_source_name):
	* plugins/groupwise-features/send-options.c: (get_source):
	* plugins/groupwise-features/share-folder-common.c: (get_container_id):
	* plugins/groupwise-features/install-shared.c: (install_folder_response):
	* plugins/external-editor/external-editor.c: (convert_to_camel_internet_address),
	(org_gnome_external_editor):
	* plugins/itip-formatter/itip-formatter.c: (idle_open_cb):
	* mail/em-folder-view.c: (emfv_setup_view_instance):
	* mail/mail-component.c: (impl_finalize):
	* mail/message-list.c: (ml_tree_value_at):
	* composer/e-msg-composer.c: (drop_action):
	* e-util/e-config.c: (ep_finalise): Use proper member to free.
	* widgets/misc/e-cursors.c: (e_cursors_init):
	* widgets/misc/e-calendar-item.c: (e_calendar_item_draw_month):
	* calendar/gui/dialogs/comp-editor.c: (drop_action):
	* calendar/gui/calendar-config.c:
	(calendar_config_get_hide_completed_tasks_sexp):
	* calendar/gui/comp-editor-factory.c: (edit_existing):
	* calendar/gui/e-day-view.c: (e_day_view_reshape_long_event),
	(e_day_view_on_top_canvas_drag_data_received):
	* calendar/gui/e-day-view-main-item.c:
	(e_day_view_main_item_draw_events_in_vbars),
	(e_day_view_main_item_draw_long_events_in_vbars):
	* calendar/gui/e-day-view-top-item.c: (e_day_view_top_item_draw_long_event):
	* calendar/gui/e-cal-model.c: (redo_queries):
	* calendar/gui/e-calendar-table.c: (e_calendar_table_open_task):
	* calendar/gui/e-memo-table.c: (open_memo):
	* calendar/gui/print.c: (print_todo_details):
	* calendar/gui/migration.c: (get_source_name):
	Memory leak fix.
	* calendar/gui/e-week-view.c: (e_week_view_reshape_events): Simplifies things.


svn path=/trunk/; revision=35044
2008-02-18 11:10:10 +00:00
8d0007578e Patch from Andre Klapper <a9016009@gmx.de> ** Fix for bug #339156 (Added a gettext context to the string "Read")
svn path=/trunk/; revision=34910
2008-01-28 05:46:22 +00:00
8e8d332b85 ** Part of bug #511488
2008-01-24  Milan Crha  <mcrha@redhat.com>

	** Part of bug #511488

	* mail/mail-vfolder.h:
	* mail/mail-vfolder.c: (vfolder_loaded): Function dropped.
	* mail/mail-vfolder.c: (vfolder_load_storage): Allow to call this function
	more than once, but do load the storage only once.
	* mail/em-folder-utils.c: (emfu_popup_new_folder_response):
	* mail/mail-vfolder.c: (vfolder_edit), (vfolder_gui_add_rule),
	(vfolder_gui_add_from_message), (vfolder_gui_add_from_address):
	* mail/em-folder-browser.c: (emfb_search_menu_activated):
	* mail/em-folder-view.c: (emp_uri_popup_vfolder_sender),
	(emp_uri_popup_vfolder_recipient), (vfolder_type_current):
	Ensure vfolder is running.

	* plugins/groupwise-features/share-folder-common.c: (users_dialog_response):
	The logic to check if vfolder is running has been changed, so reflect it here too.


svn path=/trunk/; revision=34878
2008-01-24 11:06:21 +00:00
39be7e3d9c ** Fix for bug #300336
2008-01-07  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #300336

	* plugins/groupwise-features/share-folder-common.c: (users_dialog_response):
	Ensure vfolder is running.

	* mail/mail-vfolder.h: (vfolder_loaded):
	* mail/mail-vfolder.c: (vfolder_loaded): New helper function.
	* mail/em-folder-utils.c: (emfu_popup_new_folder_response):
	* mail/mail-vfolder.c: (vfolder_gui_add_rule),
	(vfolder_gui_add_from_message), (vfolder_gui_add_from_address):
	* mail/em-folder-browser.c: (emfb_search_menu_activated):
	* mail/em-folder-view.c: (emp_uri_popup_vfolder_sender),
	(emp_uri_popup_vfolder_recipient), (vfolder_type_current):
	Ensure vfolder is running.
	* mail/mail-component.c: (mc_startup): Do not start vfolder when
	disabled by option '/apps/evolution/mail/display/enable_vfolders'.
	* mail/evolution-mail.schemas.in: Added schema for new option.
	* mail/mail-config.glade:
	* mail/em-mailer-prefs.h:
	* mail/em-mailer-prefs.c: Added checkbox for "Enable Search Folders" option.

Note: if your schema failed to install, then the search folders will be hidden. Enable by hand then.

svn path=/trunk/; revision=34775
2008-01-07 12:12:13 +00:00
538be0680e ** Fixes bug #362638
2007-12-20  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #362638

	* calendar/gui/alarm-notify/alarm-notify.c:
	* calendar/gui/alarm-notify/alarm-notify.h:
	* calendar/gui/alarm-notify/alarm-queue.c:
	Rewrite message passing to use GThreadPool instead of EThread.

	* mail/mail-mt.h:
	Overhaul the message passing API:
	- Define a MailMsg type as the base message struct.
	- Define types for the various callback functions.
	- Add a priority value to each message (not yet used).
	- Add a reference count to each message.
	- Define a MailMsgInfo type for the virtual function table.
	- Record the size of message sub-types in MailMsgInfo.
	- New/changed functions:
	    mail_msg_new()   - Easier to use.
	    mail_msg_ref()   - Increase reference count.
	    mail_msg_unref() - Decrease reference count.
	    mail_msg_main_loop_push()    }
	    mail_msg_unordered_push()    } Submit MailMsgs to various
	    mail_msg_fast_ordered_push() } message-processing threads.
	    mail_msg_slow_ordered_push() }

	* mail/mail-mt.c (mail_msg_new):
	Use GSlice for memory allocation.

	* mail/mail-mt.c (mail_msg_ref), (mail_msg_unref):
	New functions increment/decrement a MailMsg's reference count.

	* mail/mail-mt.c (mail_cancel_hood_add), (mail_cancel_hook_remove):
	Convert the 'cancel_hook_list' from an  EDList to a GHookList and
	modify the API accordingly.

	* mail/mail-mt.c:
	Use GThreadPools instead of EThreads.
	Use GAsyncQueues instead of EMsgPorts.

	* mail/em-composer-utils.c:
	* mail/em-folder-browser.c:
	* mail/em-folder-properties.c:
	* mail/em-folder-tree.c:
	* mail/em-folder-utils.c:
	* mail/em-folder-view.c:
	* mail/em-format-html-print.c:
	* mail/em-format-html.c:
	* mail/em-subscribe-editor.c:
	* mail/em-sync-stream.c:
	* mail/importers/elm-importer.c:
	* mail/importers/mail-importer.c:
	* mail/importers/pine-importer.c:
	* mail/mail-component.c:
	* mail/mail-folder-cache.c:
	* mail/mail-mt.c:
	* mail/mail-ops.c:
	* mail/mail-ops.h:
	* mail/mail-send-recv.c:
	* mail/mail-session.c:
	* mail/mail-vfolder.c:
	* mail/message-list.c:
	* plugins/folder-unsubscribe/folder-unsubscribe.c:
	* plugins/groupwise-features/share-folder-common.c:
	* plugins/exchange-operations/exchange-folder.c:
	* plugins/mark-all-read/mark-all-read.c:
	* plugins/mailing-list-actions/mailing-list-actions.c:
	* plugins/itip-formatter/itip-formatter.c:
	* plugins/save-attachments/save-attachments.c:
	Use the new MailMsg API for messages.


svn path=/trunk/; revision=34730
2007-12-20 17:58:09 +00:00
af3502a88b Patch from Alex Kloss <alexkloss@att.net>: Fix for bug #347328 (missing mnemonic/mnemonic conflict in GW features -> New shared folder -> Users dialog)
svn path=/trunk/; revision=34662
2007-12-06 17:45:37 +00:00
9e4fcb29cf ** Remove trailing whitespace from source code.
2007-11-14  Matthew Barnes  <mbarnes@redhat.com>

	** Remove trailing whitespace from source code.


svn path=/trunk/; revision=34537
2007-11-14 22:04:21 +00:00
d6dbc91c65 ** Fix for bug #458515 string corrected
2007-11-12  indu  <indu_ait@yahoo.co.in>

          ** Fix for bug #458515
          *  status-track.c: (recipient->undelivered_date)
             string corrected


svn path=/trunk/; revision=34527
2007-11-12 22:08:41 +00:00
f13fd21b50 Fix warnings from sparse and gcc
svn path=/trunk/; revision=34458
2007-10-30 22:21:14 +00:00
54d4e5e5f8 ** Fixes bug #477045
2007-09-27  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #477045

	* addressbook/gui/component/addressbook-component.c:
	* addressbook/gui/component/addressbook-view.c:
	* addressbook/gui/contact-editor/e-contact-editor-address.c:
	* addressbook/gui/contact-editor/e-contact-editor-fullname.c:
	* addressbook/gui/contact-editor/e-contact-editor-im.c:
	* addressbook/gui/widgets/e-addressbook-view.c:
	* addressbook/gui/widgets/eab-contact-display.c:
	* calendar/gui/calendar-commands.c:
	* calendar/gui/calendar-component.c:
	* calendar/gui/dialogs/cal-attachment-select-file.c:
	* calendar/gui/dialogs/comp-editor.c:
	* calendar/gui/dialogs/event-editor.c:
	* calendar/gui/dialogs/task-editor.c:
	* calendar/gui/e-cal-popup.c:
	* calendar/gui/e-calendar-table.c:
	* calendar/gui/e-calendar-view.c:
	* calendar/gui/e-day-view.c:
	* calendar/gui/e-memo-table.c:
	* calendar/gui/e-week-view.c:
	* calendar/gui/memos-component.c:
	* calendar/gui/memos-control.c:
	* calendar/gui/tasks-component.c:
	* calendar/gui/tasks-control.c:
	* composer/e-msg-composer-select-file.c:
	* composer/e-msg-composer.c:
	* mail/em-folder-tree.c:
	* mail/em-folder-view.c:
	* mail/em-popup.c:
	* mail/mail-component.c:
	* mail/mail-mt.c:
	* mail/mail-send-recv.c:
	* mail/message-list.c:
	* plugins/exchange-folder-permission.c:
	* plugins/exchange-folder.c:
	* plugins/groupwise-features/share-folder-common.c:
	* shell/e-shell-window-commands.c:
	* ui/evolution-addressbook.xml:
	* ui/evolution-calendar.xml:
	* ui/evolution-composer-entries.xml:
	* ui/evolution-editor.xml:
	* ui/evolution-event-editor.xml:
	* ui/evolution-mail-list.xml:
	* ui/evolution-mail-message.xml:
	* ui/evolution-memos.xml:
	* ui/evolution-message-composer.xml:
	* ui/evolution-subscribe.xml:
	* ui/evolution-task-editor.xml:
	* ui/evolution-tasks.xml:
	* ui/evolution.xml:
	Use standard icon names where applicable.


svn path=/trunk/; revision=34322
2007-09-27 17:48:23 +00:00
8e47917e8c Update FSF address in header comments (#469886). Patch from Tobias
2007-09-02  Matthew Barnes  <mbarnes@redhat.com>

	* Update FSF address in header comments (#469886).
	  Patch from Tobias Mueller.


svn path=/trunk/; revision=34151
2007-09-02 04:19:22 +00:00
b8ae445474 Fix for bug #458715
svn path=/trunk/; revision=34022
2007-08-17 08:23:18 +00:00
73f27c89bc 2007-08-16 mcrha Fix for bug #466548
svn path=/trunk/; revision=34010
2007-08-16 07:08:08 +00:00
e7ec0eee48 ** Fix for bug #330968
2007-08-13  Sankar P  <psankar@novell.com>

	** Fix for bug #330968

	* proxy.c: (proxy_page_changed_cb):
	Fixes a crash on account-editor.
	Proxy Preferences Crash Fix.


svn path=/trunk/; revision=33993
2007-08-13 05:46:00 +00:00
f02772e536 2007-08-10 mcrha Fix for bug #327977
svn path=/trunk/; revision=33972
2007-08-10 06:10:35 +00:00
e0b92a2aaa ** Fix for bug #455799
2007-08-04  Hiroyuki Ikezoe  <poincare@ikezoe.net>

	** Fix for bug #455799

	Remove all .cvsignore and update svn:ignore porperty in whole
	directories.


svn path=/trunk/; revision=33945
2007-08-03 23:52:01 +00:00
3f9cf32172 ** Fix for bug #462010
2007-08-03  Hiroyuki Ikezoe  <poincare@ikezoe.net>

	** Fix for bug #462010

	* proxy.c: (proxy_update_tree_view):
	* proxy-login.c: (proxy_login_update_tree): Plugged memory leak.


svn path=/trunk/; revision=33942
2007-08-03 11:53:48 +00:00
f971541da6 2007-07-30 Part of fix for bug #360461 - Avoid markup in translatable messages
svn path=/trunk/; revision=33894
2007-07-30 07:52:48 +00:00
ccbafd2269 ** Fix for bug #410287 from Lucky
svn path=/trunk/; revision=33875
2007-07-28 20:13:47 +00:00
730fa4cf41 Bug 437584 – Compilation warning in evolution's plugins folder
svn path=/trunk/; revision=33507
2007-05-11 10:22:26 +00:00
64977cb1bc Massive code cleanup (bug #429422)
svn path=/trunk/; revision=33432
2007-04-19 18:53:33 +00:00
b4ed9e8de8 Rewritten GroupWise Status Tracking
2007-03-30  Sankar P  <psankar@novell.com>

	* status-track.c: (format_date), (track_status):
	Rewritten GroupWise Status Tracking



svn path=/trunk/; revision=33344
2007-03-30 06:00:59 +00:00
cba3097cad ** Fixes bug #419524
2007-03-20  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #419524

	* Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>.

	* e-util/e-xml-utils.c (e_xml_get_child_by_name_by_lang_list):
	* mail/em-migrate.c (emm_setup_initial):
	* shell/e-component-registry.c (query_components):
	* shell/e-shell-settings-dialog.c (load_pages):
	* shell/e-shell-window-commands.c (command_quick_reference):
	* tools/killev.c (main):
	Use g_get_language_names() instead of gnome_i18n_get_language_list().

	* e-util/e-util.c: Remove e_gettext().

	* e-util/Makefile.am: Remove e-i18n.h.


svn path=/trunk/; revision=33319
2007-03-20 17:23:58 +00:00
e92d5cca20 Include missing header file
2007-02-05  Sankar P  <psankar@novell.com>

        * junk-settings.c:
	Include missing header file

svn path=/trunk/; revision=33176
2007-02-05 09:12:15 +00:00
094f34621a don't split sentences. Fixes bug #401288.
2007-01-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

	* install-shared.c: (org_gnome_popup_wizard):
	don't split sentences. Fixes bug #401288.


svn path=/trunk/; revision=33154
2007-01-27 11:25:16 +00:00
44eb71780a Mark strings as translatable. See bug #399381 for details.
svn path=/trunk/; revision=33152
2007-01-26 23:53:57 +00:00
02c8f24ddb Fix a crash when setting up a GroupWise account. Closes bug #330969. Patch
2007-01-25  Kjartan Maraas  <kmaraas@gnome.org>

	* send-options.c: (get_cnc): Fix a crash when setting up
	a GroupWise account. Closes bug #330969. Patch from
	Parthasarathi Susarla.

svn path=/trunk/; revision=33148
2007-01-25 16:00:00 +00:00
70d60db4d1 Added code for implementing Send options via a data hook .
2007-01-18  Raghavendran <raghavguru7@gmail.com>

        * org-gnome-groupwise-features.xml:
        * mail-send-options.c :
        Added code for implementing Send options via
        a data hook .


svn path=/trunk/; revision=33139
2007-01-22 18:59:48 +00:00
44ffb2870c Remove an extraneous initialization that leaks a CamelUrl on each
2006-11-17  Harish Krishnaswamy  <kharish@novell.com>

	* proxy-login.c: (proxy_login_get_cnc): Remove
	an extraneous initialization that leaks a CamelUrl on
	each invocation.

svn path=/trunk/; revision=32990
2006-11-17 09:52:18 +00:00
bb64d5dd74 Fixes #360815
svn path=/trunk/; revision=32897
2006-10-16 14:45:04 +00:00
c40dcb6678 addressbook/importers/evolution-ldif-importer.c
2006-10-15  Francisco Javier F. Serrador  <serrador@openshine.com>

	* addressbook/gui/widgets/eab-contact-display.c:
 	addressbook/importers/evolution-ldif-importer.c
 	addressbook/importers/evolution-vcard-importer.c
 	calendar/importers/icalendar-importer.c
 	plugins/groupwise-features/properties.glade
 	plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.xml
 	plugins/save-attachments/org-gnome-save-attachments.xml
 	shell/shell.error.xml : Make some string improvements to allow better
	use of gettext compendia.

svn path=/trunk/; revision=32879
2006-10-15 14:23:02 +00:00
5b4a0d7756 remove "*" from translation. Fixes bug #331147.
2006-07-18  Andre Klapper  <a9016009@gmx.de>

	* addressbook/gui/contact-editor/contact-editor.glade:
	* addressbook/gui/contact-editor/fullname.glade:
	* addressbook/gui/contact-editor/fulladdr.glade:
	* addressbook/gui/contact-editor/im.glade:
	* addressbook/gui/contact-list-editor/contact-list-editor.glade:
	* calendar/gui/dialogs/calendar-setup.glade:
	* calendar/gui/dialogs/new-calendar.glade:
	* calendar/gui/dialogs/new-task-list.glade:
	* calendar/gui/dialogs/url-editor-dialog.glade:
	* mail/message-tags.glade:
	* plugins/exchange-operations/exchange-change-password.glade:
	* plugins/groupwise-features/properties.glade:
	* widgets/e-timezone-dialog/e-timezone-dialog.glade:
	* widgets/menus/gal-view-instance-save-as-dialog.glade:
	* widgets/menus/gal-view-new-dialog.glade:
	* widgets/misc/e-attachment.glade:
	* widgets/misc/gal-categories.glade:
	remove "*" from translation. Fixes bug #331147.

svn path=/trunk/; revision=32340
2006-07-18 22:32:56 +00:00
209d884fbf Made the success message translatable and fixed a typo.
2006-07-17  Sankar P  <psankar@novell.com>

	* mail-retract.c: (retract_mail_settings)
	Made the success message translatable and fixed a typo.

svn path=/trunk/; revision=32330
2006-07-17 12:48:44 +00:00
a474f3b1b6 Evolution side coding for implementing security-classification send-options for GroupWise
svn path=/trunk/; revision=32329
2006-07-17 11:35:44 +00:00
da64d1035c Added support for GroupWise Message Retract mail-retract.c,
2006-07-17  Sankar P  <psankar@novell.com>

	* Added support for GroupWise Message Retract
	* Files added: mail-retract.c, org-gnome-mail-retract-errors.xml
	* Files modified: org-gnome-groupwise-features.eplug.xml, Makefile.am

svn path=/trunk/; revision=32325
2006-07-17 08:13:31 +00:00
a8c59424de add translator comments to the string "Proxy login". Fixes bug #345055.
2006-06-29  Andre Klapper  <a9016009@gmx.de>

	* proxy-login.c: add translator comments to the string "Proxy
	login". Fixes bug #345055.

svn path=/trunk/; revision=32205
2006-06-29 13:36:38 +00:00
9236ecd8e8 org-gnome-proxy-login-errors.xml: Handled error case to not allow proxy
2006-06-12  Sankar P  <psankar@novell.com>

	* proxy-login.c: org-gnome-proxy-login-errors.xml:
	Handled error case to not allow proxy login to the same account
	more than once. Fixes #340535

svn path=/trunk/; revision=32111
2006-06-12 11:27:17 +00:00
e718f9282d Increases the height of the dialog to make it easily usable
2006-05-31  David Richards  <drichard@largo.com>

	* proxy-login-dialog.glade:
	Increases the height of the dialog to make it easily usable

svn path=/trunk/; revision=32060
2006-05-31 14:28:43 +00:00
879cce6697 Changed the ; in the end to a . in an error message
2006-04-24  Sankar P  <psankar@novell.com>

	* org-gnome-proxy-login-errors.xml:
	Changed the ; in the end to a . in an error message

svn path=/trunk/; revision=31872
2006-04-24 04:15:34 +00:00
faeb1107d2 Takes care of non SSL accounts too. Fixes #332948
2006-03-01  Sankar P  <psankar@novell.com>

	* proxy-login.c: (proxy_get_password)
	(proxy_login_get_cnc):
	Takes care of non SSL accounts too.
	Fixes #332948

svn path=/trunk/; revision=31615
2006-03-01 06:43:51 +00:00
977ccdda60 Fix more brokenness. doh check if its the proxy page. Need whack on the
2006-02-21  Shreyas Srinivasan  <sshreyas@novell.com>

	* proxy.c: Fix more brokenness. doh check if its the proxy
	page. Need whack on the head for sucky reckless commit.

svn path=/trunk/; revision=31549
2006-02-20 19:18:23 +00:00
3c48cf5fc0 Fix more brokenness. doh check if its the proxy page.
2006-02-16  Shreyas Srinivasan  <sshreyas@novell.com>

	* proxy.c: Fix more brokenness. doh check if its the proxy
	page.

svn path=/trunk/; revision=31547
2006-02-20 11:47:44 +00:00
4dab3a631e Initialize connection only when the proxy tab is clicked.
2006-02-16  Shreyas Srinivasan  <sshreyas@novell.com>

	* proxy.c: Initialize connection only when the proxy tab is
	clicked.

svn path=/trunk/; revision=31535
2006-02-16 10:54:01 +00:00
c523e43027 ** See bug 326348 check if its a valid accoune before creating folder
2006-02-08  Parthasarathi Susarla <sparthasarathi@novell.com>

	** See bug 326348
	* share-folder-common.c:(refresh_folder_tree)
	check if its a valid accoune before creating folder

svn path=/trunk/; revision=31445
2006-02-08 11:08:24 +00:00
45f799eb86 Make this place a bit more quiet
svn path=/trunk/; revision=31328
2006-01-27 16:34:03 +00:00
fe9e00b044 removed string "dialog1" from translation. Fixes bug 306118.
2006-01-27  Andre Klapper <a9016009@gmx.de>
	* plugins/groupwise-features/proxy-listing.glade:
	* plugins/publish-calendar/publish-calendar.glade:
	* smime/gui/smime-ui.glade:
	* widgets/table/e-table-config.glade:
	* widgets/table/e-table-config-no-group.glade:
	removed string "dialog1" from translation. Fixes bug 306118.

svn path=/trunk/; revision=31326
2006-01-27 15:12:53 +00:00
3dfc3eb7be decode the date to local time **Fixes #314755 also fixed some styling
2006-01-18  Vivek Jain <jvivek@novell.com>

 	* status-track.c : (add_detail): decode the date
 	to local time **Fixes #314755
 	also fixed some styling issues.

	Committed on behalf of Vivek - partha

svn path=/trunk/; revision=31230
2006-01-18 09:40:55 +00:00
2a6d2286cd use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
2006-01-06  Simon Zheng <simon.zheng@sun.com>

        * junk-mail-settings.c:
        * mail-send-options.c:
        * proxy-login.c:
        * proxy.c:
        * proxy.h:
        * send-options.c:
        use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
        use libedataserver/e-account.h instead of e-util/e-account.h.

svn path=/trunk/; revision=31078
2006-01-06 06:57:13 +00:00
3c352346c1 Fix for #325117
2006-01-01 Harish Krishnaswamy <kharish@novell.com>

Fix for #325117

svn path=/trunk/; revision=31005
2006-01-01 13:27:11 +00:00
867297b2a4 Fixing several typos and harmonizing capital/small letters. Partially
2005-12-30  Andre Klapper <a9016009@gmx.de>

	* evolution/plugins/groupwise-features/properties.glade:
 	 Fixing several typos and harmonizing
	 capital/small letters. Partially fixes bug 306117.

svn path=/trunk/; revision=30989
2005-12-31 14:20:44 +00:00