Commit Graph

182 Commits

Author SHA1 Message Date
64977cb1bc Massive code cleanup (bug #429422)
svn path=/trunk/; revision=33432
2007-04-19 18:53:33 +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
d328ab72d5 ** Fixes bug #357216
2006-02-08  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #357216

	* widgets/text/e-entry.c: Remove "font", "fontset", and "gdk_font"
	properties, since they forward gets and sets to non-existant
	properties in entry->item.

	* widgets/table/e-table-field-chooser-item.c:
	* widgets/table/e-table-field-chooser-item.h:
	* widgets/table/e-table-group-container.c:
	* widgets/table/e-table-group-container.h:
	Replace deprecated GdkFont with PangoFontDescription.

	* widgets/table/e-table-header-item.c:
	* widgets/table/e-table-header-item.h:
	Replace deprecated GdkFont with PangoFontDescription.
	Rename "fontset" property to "font-desc", and change the property
	type to a boxed PangoFontDescription.


svn path=/trunk/; revision=33185
2007-02-08 19:34:11 +00:00
16e935ac6a Fixes bug #357970
2006-09-27  Matthew Barnes  <mbarnes@redhat.com>

	Fixes bug #357970

	* text/e-text.c (e_text_unrealize): Don't call deprecated GLib / GDK
	functions.

svn path=/trunk/; revision=33050
2006-12-04 15:45:50 +00:00
4397b37fb9 ** Fixes bug #351332
2006-09-18  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #351332

	* misc/e-attachment-bar.h: Fix implicit function declarations.

svn path=/trunk/; revision=32793
2006-09-18 17:31:23 +00:00
7a205fe6d0 ** Fixes bug #352450
2006-08-23  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #352450

	* misc/e-canvas-background.c:
	* misc/e-cursors.c:
	* misc/e-map.c:
	* misc/e-reflow.c:
	* misc/e-task-widget.c:
	* misc/gal-combo-box.c:
	* table/e-cell-text.c:
	* table/e-cell-toggle.c:
	* table/e-table-field-chooser-item.c:
	* table/e-table-field-chooser.c:
	* table/e-table-header-item.c:
	* table/e-table-header-utils.c:
	* table/e-table-item.c:
	* table/e-table.c:
	* table/e-tree-memory.c:
	* table/e-tree-sorted.c:
	* table/e-tree.c:
	* table/e-text.c:
	Replace deprecated GLib and GDK function calls.

svn path=/trunk/; revision=32783
2006-09-18 13:06:49 +00:00
71866ce5ca Fixes 350559. Disable timeout function when the map is destroyed.
svn path=/trunk/; revision=32596
2006-08-20 11:50:16 +00:00
3bd80dbe0b ** Fixes 342313. Use GTK_CHECK_VERSION instead of GTK_2_2.
** Fixes 342313.
* text/e-text.c: Use GTK_CHECK_VERSION instead of GTK_2_2.

svn path=/trunk/; revision=32365
2006-07-21 05:47:37 +00:00
ee6d562880 Added cairo font rendering to ECell and EText.
svn path=/trunk/; revision=32359
2006-07-20 08:24:31 +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
993c0752e7 remove empty strings from translation
2006-07-13  Andre Klapper  <a9016009@gmx.de>

	* mail/mail-config.glade:
	* plugins/exchange-operations/exchange-permissions-dialog.glade:
	* widgets/menus/gal-view-instance-save-as-dialog.glade:
	remove empty strings from translation

svn path=/trunk/; revision=32300
2006-07-13 12:28:40 +00:00
2fb0e7f837 ** Fixes bug #347182
* e-user-creatable-items-handlers.c:
        (set_combo_button_style): New function.
        (new_button_change): Call set_combo_button_style.
        (setup_toolbar_button): Call set_combo_button_style.
* misc/e-combo-button.c: (e_combo_button_set_label):
         Removed needless g_return_if_fail().

svn path=/trunk/; revision=32294
2006-07-12 06:49:14 +00:00
accf651625 Revert the previous patch. Requires rework.
2006-07-10  Harish Krishnaswamy  <kharish@novell.com>

	* table/e-cell-text.c: (ect_unrealize), (build_layout):
	* text/e-text.c: (reset_layout): Revert the previous
	patch. Requires rework.

svn path=/trunk/; revision=32272
2006-07-10 15:16:42 +00:00
891d8bfc6a Added code for Resize Transparency with Cairo drawing. Added code to
2006-07-10  Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>

Added code for Resize Transparency with Cairo drawing.
Added code to render ECell and EText text items with
antialiasing, hinting and sub-pixel ordering with cairo.

svn path=/trunk/; revision=32270
2006-07-10 14:02:36 +00:00
25909f3722 ** Fixes bug #341354. Plugged memory leak.
2006-07-06  Hiroyuki Ikezoe  <poincare@ikezoe.net>

	** Fixes bug #341354.
	* text/e-text.c: (e_text_preedit_changed_cb):
	Plugged memory leak.

svn path=/trunk/; revision=32252
2006-07-07 14:05:22 +00:00
a1d6678af2 Enhanced search functionality. patch submitted by Johnny Jacob Reviewed
2006-06-30  Harish Krishnaswamy  <kharish@novell.com>

Enhanced search functionality. patch submitted by Johnny Jacob
Reviewed and committed by Harish.

svn path=/trunk/; revision=32207
2006-06-30 09:46:32 +00:00
7671ef9ef5 Fix compiler warning.
2006-06-20  Harish Krishnaswamy  <kharish@novell.com>

	* e-timezone-dialog/e-timezone-dialog.c
	(zone_display_name_with_offset): Fix compiler warning.

svn path=/trunk/; revision=32179
2006-06-20 05:04:13 +00:00
00616affba Define gmtime_r() and localtime_r() macros for Win32. Should not declare
2006-06-19  Tor Lillqvist  <tml@novell.com>

	* e-timezone-dialog/e-timezone-dialog.c: Define gmtime_r() and
	localtime_r() macros for Win32. Should not declare tzname,
	timezone and daylight on Win32, they are declared properly in
	<time.h> already.

svn path=/trunk/; revision=32176
2006-06-19 15:20:52 +00:00
ea1261df41 Committed fix for bug #204798 , #235691 , #229132
svn path=/trunk/; revision=32132
2006-06-14 07:51:26 +00:00
e4bdc1e6a7 Added support for Vertical View in Evolution Mailer with custom message list.
svn path=/trunk/; revision=32071
2006-06-02 18:12:08 +00:00
a7706feade damn, changed the wrong changelog. so removing and adding. :-)
2006-02-13  Andre Klapper  <a9016009@gmx.de>
damn, changed the wrong changelog. so removing and adding. :-)

svn path=/trunk/; revision=31511
2006-02-13 16:45:27 +00:00
4dd7d83709 adding thai support. fixes the UI part of bug 251062.
2006-02-13  Andre Klapper  <a9016009@gmx.de>
	* e-charset-picker.c: adding thai support.
	fixes the UI part of bug 251062.

svn path=/trunk/; revision=31510
2006-02-13 16:34:37 +00:00
4a4b322c39 Tons of cleanups of the following sort: - remove unused vars - remove
2006-01-30  Kjartan Maraas  <kmaraas@gnome.org>

	* e-timezone-dialog/e-timezone-dialog.c: (get_zone_from_point):
	* menus/gal-view-menus.c:
	* misc/e-attachment-bar.c: (calculate_height_width),
	(update_remote_file), (e_attachment_bar_get_attachment),
	(class_init):
	* misc/e-attachment.c: (async_progress_update_cb),
	(download_to_local_path):
	* misc/e-calendar-item.c: (e_calendar_item_get_arg),
	(e_calendar_item_realize), (e_calendar_item_ensure_days_visible):
	* misc/e-calendar.c: (e_calendar_drag_motion),
	(e_calendar_drag_leave), (e_calendar_focus):
	* misc/e-canvas-background.c: (ecb_get_property):
	* misc/e-canvas.c: (e_canvas_class_init), (pick_current_item):
	* misc/e-cell-date-edit.c: (e_cell_date_edit_do_popup),
	(e_cell_date_edit_show_popup):
	* misc/e-cell-percent.c:
	* misc/e-charset-picker.c: (e_charset_picker_bonobo_ui_populate):
	* misc/e-config-page.c: (e_config_page_class_init):
	* misc/e-dateedit.c: (e_date_edit_set_date),
	(e_date_edit_set_date_and_time_of_day),
	(on_date_popup_date_selected):
	* misc/e-dropdown-button.c: (e_dropdown_button_class_init):
	* misc/e-expander.c: (get_expander_bounds), (e_expander_expose),
	(is_in_expander_panel):
	* misc/e-filter-bar.c: (option_changed), (build_items):
	* misc/e-image-chooser.c: (e_image_chooser_init),
	(image_drag_data_received_cb):
	* misc/e-map.c: (e_map_size_allocate), (e_map_button_press),
	(e_map_button_release), (e_map_motion), (e_map_zoom_to_location),
	(e_map_zoom_out), (update_render_point), (repaint_point),
	(zoom_in_smooth):
	* misc/e-multi-config-dialog.c: (impl_response):
	* misc/e-reflow.c: (e_reflow_realize), (e_reflow_event):
	* misc/e-search-bar.c: (clear_search), (search_now_verb_cb),
	(entry_activated_cb), (activate_button_clicked_cb),
	(clear_button_clicked_cb):
	* misc/e-selection-model.c: (e_selection_model_key_press):
	* misc/e-send-options.c: (delay_until_date_changed_cb),
	(e_sendoptions_get_need_general_options):
	* misc/e-unicode.c: (e_stripped_char):
	* table/e-cell-progress.c: (eprog_draw_border), (eprog_draw),
	(eprog_event):
	* table/e-cell-spin-button.c: (ecsb_event), (ecsb_focus),
	(ecsb_unfocus), (ecsb_dispose):
	* table/e-cell-text.c: (ect_draw), (ect_show_tooltip):
	* table/e-cell-toggle.c: (etog_draw), (etog_event):
	* table/e-cell-tree.c: (ect_max_width):
	* table/e-cell-vbox.c:
	* table/e-table-click-to-add.c: (etcta_event):
	* table/e-table-config.c: (create_global_store):
	* table/e-table-field-chooser-dialog.c:
	* table/e-table-field-chooser-item.c: (etfci_find_button),
	(etfci_reflow), (etfci_get_property), (etfci_realize):
	* table/e-table-field-chooser.c:
	(e_table_field_chooser_class_init):
	* table/e-table-group-container.c: (etgc_unrealize):
	* table/e-table-group.c: (e_table_group_new):
	* table/e-table-header-item.c: (e_table_header_item_get_height),
	(ethi_realize), (ethi_event):
	* table/e-table-header-utils.c: (e_table_draw_elided_string),
	(e_table_header_draw_button):
	* table/e-table-item.c: (eti_set_property), (eti_get_property),
	(eti_draw), (eti_event), (eti_cursor_change):
	* table/e-table-scrolled.c: (e_table_scrolled_class_init):
	* table/e-table-search.c:
	* table/e-table-sort-info.c: (e_table_sort_info_save_to_node):
	* table/e-table.c: (table_canvas_reflow_idle),
	(table_canvas_size_allocate), (canvas_vbox_event),
	(click_to_add_event), (do_drag_motion), (e_table_class_init):
	* table/e-tree-scrolled.c: (e_tree_scrolled_class_init):
	* table/e-tree.c: (tree_canvas_reflow_idle),
	(tree_canvas_size_allocate), (e_tree_drag_get_data),
	(do_drag_motion), (e_tree_class_init):
	* text/e-text.c: (e_text_set_property), (e_text_draw),
	(_do_tooltip), (primary_clear_cb), (_get_position),
	(e_text_command): Tons of cleanups of the following sort:
	- remove unused vars
	- remove extraneous semi-colons
	- add some comments where assignments were done without using
	  the results later
	- remove break; statements after return foo;
	- add casts in some places to be more type correct
	- rename variables with name clashes
	- s/if/ifdef in some cases
	- mark some code static
	- remove some unused functions
	- use guint for 1-bit bitfields

svn path=/trunk/; revision=31371
2006-01-30 12:28:21 +00:00
788a0f525f fixes #250754
svn path=/trunk/; revision=31363
2006-01-30 10:31:57 +00:00
ef3ea1d41b Added functions to collapse/Expand all
2006-01-16  Srinivasa Ragavan  <sragavan@novell.com>

	* table/e-tree-table-adapter.c (set_expanded_state_func),
	(set_collapsed_state_func):
	(e_tree_table_adapter_load_all_expanded_state):
	* table/e-tree.c: (e_tree_load_all_expanded_state):
	Added functions to collapse/Expand all

svn path=/trunk/; revision=31203
2006-01-16 08:17:21 +00:00
64ba00a2b2 ** Fixes bug #220286
2006-01-15  Srinivasa Ragavan  <sragavan@novell.com>

	** Fixes bug #220286

	* text/e-text.c: (tooltip_ungrab), (_do_tooltip), (e_text_event):
	Added a ungrab for keyboard, so that it hides the tooltip.

svn path=/trunk/; revision=31185
2006-01-15 18:02:06 +00:00
2aa15d241e ** Fixes bug #326264
2006-01-13  Srinivasa Ragavan  <sragavan@novell.com>

	** Fixes bug #326264

	* menus/gal-view-menus.c: (build_menus): Changes mnemonics of Current
	View menu item, since it collides with Caret Mode.

svn path=/trunk/; revision=31176
2006-01-13 17:00:35 +00:00
dcaef2dcba Add the width to the pango layout.
2006-01-11  Johnny Jacob  <johnnyjacob@gmail.com>

* text/e-text.c (e_text_set_property): Add the width to
the pango layout.

svn path=/trunk/; revision=31138
2006-01-11 13:00:19 +00:00
7d10f813b0 Use e_util_mkdir_hier() instead of e_mkdir_hier().
2006-01-10  Simon Zheng  <simon.zheng@sun.com>

        * menus/gal-view-instance.c:
        * misc/e-attachment-bar.c:
        * misc/e-calendar-item.c:
        * misc/e-dateedit.c:
        Use e_util_mkdir_hier() instead of e_mkdir_hier().

        Use e_util_strstrcase() instead of e_strstrcasea().

        use e_strfime() in evolution-data-server/
        libedataserver/e-data-server-util.c instead of the copy in
        evolution/e-util/e-util.c.

        use e_filename_make_safe() in evolution-data-server/
        libedataserver/e-data-server-util.c instead of the copy in
        evolution/e-util/e-util.c.

        use e_utf8_strftime() in evolution-data-server/
        libedataserver/e-data-server-util.c instead of the copy in
        evolution/e-util/e-util.c.

svn path=/trunk/; revision=31122
2006-01-10 08:16:26 +00:00
6cd3fe137b harmonized "URL", "Url" and "url". Fixes bug 325125.
2005-12-30  Andre Klapper <a9016009@gmx.de>

	* evolution/widgets/misc/e-url-entry.c:
	  harmonized "URL", "Url" and "url". Fixes bug 325125.

2005-12-23  Andre Klapper <a9016009@gmx.de>

	* e-table.c: fixed one typo.
          Fixes bug 306118 partially.

svn path=/trunk/; revision=30994
2005-12-31 14:26:00 +00:00
ce71283c7d ** Fixes bug #240762
2005-12-20  Srinivasa Ragavan  <sragavan@novell.com>

	** Fixes bug #240762

	* menus/gal-define-views-dialog.c:
	(etable_selection_change_forall_cb): Made only the user created
	views to be editable.

svn path=/trunk/; revision=30906
2005-12-20 15:16:14 +00:00
d332c5304f Include libedataserver/e-xml-utils.h for e_xml_save_file() prototype.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* menus/gal-view-instance.c: Include libedataserver/e-xml-utils.h
	for e_xml_save_file() prototype.

svn path=/trunk/; revision=30862
2005-12-18 08:44:40 +00:00
9428cff820 Include libedataserver/e-xml-utils.h for e_xml_save_file() prototype.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* menus/gal-view-collection.c (gal_view_collection_save): Include
	libedataserver/e-xml-utils.h for e_xml_save_file() prototype.

svn path=/trunk/; revision=30861
2005-12-18 08:43:24 +00:00
35ab6ff7ff Construct glade file pathname at run-time.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* e-timezone-dialog/e-timezone-dialog.c
	(e_timezone_dialog_construct): Construct glade file pathname at
	run-time.

svn path=/trunk/; revision=30860
2005-12-18 08:38:44 +00:00
ee8ca653e1 Link with libeutil.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* e-timezone-dialog/Makefile.am: Link with libeutil.

svn path=/trunk/; revision=30859
2005-12-18 08:37:23 +00:00
7360a3396c Patch from Irene Huang <Irene.Huang@sun.com>.
*  Remove files that have an identical counterpart in
        libedataserver.
	*  Replace the use of such files with appropriate counterpart path.

svn path=/trunk/; revision=30758
2005-12-12 16:24:21 +00:00
3c535e8766 Load the widget pointer before using it. Fixes a compiler warning as well
* menus/gal-view-new-dialog.c (gal_view_new_dialog_set_property):
        Load the widget pointer before using it.  Fixes a compiler warning
        as well as #313219

svn path=/trunk/; revision=30731
2005-12-06 08:56:23 +00:00
32ba5f5d60 2005-11-29 Simon Zheng <simon.zheng@sun.coma
* menus/gal-view-collection.c: (gal_view_generate_string):
        Fix #322311. Using g_utf8_next_char() to traverses UTF-8
        string and replace characters that are neither a alpha nor
        a numeral.

svn path=/trunk/; revision=30700
2005-11-29 05:57:28 +00:00
e84acb9b0c menus/gal-view-collection.c (load_single_dir) Use
2005-09-29  Tor Lillqvist  <tml@novell.com>

	* menus/gal-view-collection.c (load_single_dir)
	* menus/gal-view-instance.c (load_current_view): Use
	g_win32_locale_filename_from_utf8() from GLib 2.8 instead of
	gnome_win32_locale_filename_from_utf8() which was temporarily in
	libgnome.

svn path=/trunk/; revision=30420
2005-09-29 17:54:07 +00:00
b659826991 Fix #240762. If the galview implement the edit function, enable the edit
2005-09-29  Li Yuan  <li.yuan@sun.com>

        * menus/gal-define-views-dialog.c:
        (etable_selection_change_forall_cb):
        Fix #240762. If the galview implement the edit function,
        enable the edit button. If not, disable it.

svn path=/trunk/; revision=30414
2005-09-29 08:17:59 +00:00
aaf0cb36d6 On Win32, use bootstrap import library for libemiscwidgets, which hasn't
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* text/Makefile.am: On Win32, use bootstrap import library for
	libemiscwidgets, which hasn't been built yet when we come
	here. Drop several overlapping CFLAGS. EXTRA_GNOME_CFLAGS
	should be enough. Install in privsolib instead of privlib (no
	difference on Unix). Use NO_UNDEFINED. Link with all needed
	libraries to satisfy the -no-undefined used on Windows.

svn path=/trunk/; revision=30409
2005-09-28 11:50:56 +00:00
41d4bb2a43 Install in privsolib instead of privlib (no difference on Unix). Use
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* menus/Makefile.am: Install in privsolib instead of privlib
	(no difference on Unix). Use NO_UNDEFINED. Drop several
	overlapping CFLAGS, use E_UTIL_CFLAGS instead. Link with
	necessary libraries.

svn path=/trunk/; revision=30405
2005-09-28 11:29:08 +00:00
f45ecd1f42 On Win32, use bootstrp import library for libemiscwidgets, which hasn't
2005-09-28  Tor Lillqvist  <tml@novell.com>

	* e-timezone-dialog/Makefile.am: On Win32, use bootstrp import
	library for libemiscwidgets, which hasn't been built yet when we
	come here. Install in privsolib instead of privlib (no difference
	on Unix). Use NO_UNDEFINED. Link with EVOLUTION_CALENDAR_LIBS.

svn path=/trunk/; revision=30404
2005-09-28 11:25:03 +00:00
1b28d2f6d5 Add a11y name to the left table of config dialog. Add name to the left
2005-08-03  Li Yuan  <li.yuan@sun.com>

	* menus/gal-view-new-dialog.glade:
	Add a11y name to the left table of config dialog.
	* misc/e-multi-config-dialog.c:
	Add name to the left table of preference dialog.
	* table/e-table-config.c: (e_table_proxy_etable_shown_new),
	(e_table_proxy_etable_available_new):
	Add a11y name to "Show Fields" table and "Available Fields" table.

svn path=/trunk/; revision=29980
2005-08-04 04:56:54 +00:00
484ab15780 Void function should not return value.
2005-07-28  Mengjie Yu  <meng-jie.yu@sun.com>

        * misc/e-attachment-bar.c: (update_remote_file):
        Void function should not return value.

        Fixes #311837

svn path=/trunk/; revision=29924
2005-07-29 04:39:25 +00:00
72aa1e526e Fixes a bug where it allows just builtin views to be edited and not user
2005-07-21  Srinivasa Ragavan <sragavan@novell.com>

	* menus/gal-define-views-dialog.c: (etable_selection_change_forall_cb)
	Fixes a bug where it allows just builtin views to be edited and not user
	added one. It should have been the other way around.

svn path=/trunk/; revision=29868
2005-07-25 04:30:33 +00:00
df07f02cae Added widgets in INCLUDES.
2005-06-23  Kaushal Kumar  <kakumar@novell.com>

        * e-util/Makefile.am, widgets/e-timezone-dialog/Makefile.am,
        addressbook/gui/search/Makefile.am,
        plugins/groupwise-features/Makefile.am: Added widgets in INCLUDES.

        Updated the include paths to use misc instead of widgets/misc.

svn path=/trunk/; revision=29574
2005-06-23 09:11:11 +00:00
0efd94d86f Added from gal/gal/e-table as Gal is retired from Head and e-table files
2005-06-21  Kaushal Kumar  <kakumar@novell.com>

        * table/ChangeLog: Added from gal/gal/e-table as Gal is
        retired from Head and e-table files are moved here.

svn path=/trunk/; revision=29558
2005-06-21 07:14:33 +00:00
0120f7fffd Fix the bug 303856. Enables OK button when arrow key used to change the
2005-05-12  Srinivasa Ragavan <sragavan@novell.com>
	* misc/e-dateedit.c: (on_time_entry_key_release),
	(create_children): Fix the bug 303856. Enables OK button
	when arrow key used to change the time in a appointment.

svn path=/trunk/; revision=29329
2005-05-12 05:42:18 +00:00
21a815d86f Solaris gettext crashes on NULL input string. Fixes #260312. Patch
2005-05-06  Sarfraaz Ahmed <asarfraaz@novell.com>

        * misc/e-search-bar.c: (set_menu) Solaris gettext crashes on NULL
        input string. Fixes #260312. Patch submitted by
        Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>

svn path=/trunk/; revision=29282
2005-05-06 04:47:19 +00:00