Commit graph

2704 commits

Author SHA1 Message Date
Jens Granseuer
b92e2f90e5 don't crash when called for a drag with no selected items (bug #523379)
2008-03-19  Jens Granseuer  <jensgr@gmx.net>

	* gnome-keyboard-properties-xkblt.c:
	(xkb_layouts_dnd_data_received): don't crash when called for a
	drag with no selected items (bug #523379)

svn path=/trunk/; revision=8583
2008-03-19 18:09:49 +00:00
Jens Granseuer
3d19d6f56d stop widget accelerators from activating while the user is entering a new
2008-03-15  Jens Granseuer  <jensgr@gmx.net>

	* gnome-keybinding-properties.c: (accel_edited_callback),
	(accel_cleared_callback), (start_editing_cb),
	(maybe_block_accels), (setup_dialog): stop widget accelerators
	from activating while the user is entering a new shortcut. This
	allows binding shortcuts that are used as accels in the capplet
	dialog, e.g. for the Help and Close buttons (bug #313228)

svn path=/trunk/; revision=8581
2008-03-14 23:23:57 +00:00
Jens Granseuer
c751e9191c remove debugging output
2008-03-14  Jens Granseuer  <jensgr@gmx.net>

	* gnome-keybinding-properties.c: (append_keys_to_tree_from_file):
	remove debugging output

svn path=/trunk/; revision=8580
2008-03-14 20:00:49 +00:00
Jens Granseuer
6d3edb2018 actually check the cursor size before changing it in GConf, not the theme
2008-03-11  Jens Granseuer  <jensgr@gmx.net>

	* gnome-theme-apply.c: (gnome_meta_theme_set): actually check the
	cursor size before changing it in GConf, not the theme name
	(thanks to Kjartan Maraas)

svn path=/trunk/; revision=8578
2008-03-11 19:00:37 +00:00
Jens Granseuer
70c6a9a66a don't resize the font samples vertically when the window is resized (bug
2008-03-11  Jens Granseuer  <jensgr@gmx.net>

	* data/appearance.glade: don't resize the font samples vertically when
	the window is resized (bug #521823)

svn path=/trunk/; revision=8577
2008-03-11 18:16:34 +00:00
Jens Granseuer
d34d7a02e6 Encountering a theme that could not be thumbnailed (e.g. because the
2008-03-11  Jens Granseuer  <jensgr@gmx.net>

	Encountering a theme that could not be thumbnailed (e.g. because the
	metacity theme for a metatheme isn't installed) would make the
	thumbnailer crash. Since it's not restarted by the appearance capplet
	this would result in all themes encountered after the broken one not
	to be thumbnailed either. This change fixes up error handling in the
	thumbnailer so that the broken theme is simply skipped and processing
	can continue with the next one. (bug #521009)

	* theme-thumbnail.c: (create_meta_theme_pixbuf),
	(create_metacity_theme_pixbuf), (message_from_capplet),
	(message_from_child), (read_pixbuf),
	(generate_theme_thumbnail_async), (theme_thumbnail_factory_init):
	properly handle failed thumbnailing attempts

svn path=/trunk/; revision=8576
2008-03-11 17:43:43 +00:00
Jens Granseuer
d3b988bc36 don't free the GConf value if we don't have one. Fixes a crash when
2008-03-11  Jens Granseuer  <jensgr@gmx.net>

	* gconf-property-editor.c: (peditor_numeric_range_widget_changed): don't
	free the GConf value if we don't have one. Fixes a crash when schemas
	are not properly installed (bug #520744)

svn path=/trunk/; revision=8574
2008-03-11 17:33:31 +00:00
Jens Granseuer
abc7d0e053 fix leaks and remove unnecessary casts
2008-03-01  Jens Granseuer  <jensgr@gmx.net>

	* gnome-keyboard-properties-a11y.c:
	(notifications_button_clicked_cb),
	(mousekeys_accel_time_to_widget),
	(mousekeys_accel_time_from_widget), (setup_a11y_tabs): fix leaks
	and remove unnecessary casts

svn path=/trunk/; revision=8538
2008-03-01 12:20:27 +00:00
Denis Washington
008dd57206 make the mouse orientation radio buttons usable with both mouse buttons.
2008-02-29  Denis Washington  <denisw@svn.gnome.org>

	* capplets/mouse/gnome-mouse-properties.c: make the mouse
 	orientation radio buttons usable with both mouse buttons.

svn path=/trunk/; revision=8535
2008-02-29 13:39:00 +00:00
Jens Granseuer
3076088efb fix misspelling of "palindrome" that would make us wait forever when that
2008-02-28  Jens Granseuer  <jensgr@gmx.net>

	* gnome-about-me-password.c: (io_watch_stdout): fix misspelling of
	"palindrome" that would make us wait forever when that case occurred
	(bug #519398)

svn path=/trunk/; revision=8534
2008-02-28 21:58:31 +00:00
Jens Granseuer
7277489eb5 port to gio
2008-02-27  Jens Granseuer  <jensgr@gmx.net>

	* file-transfer-dialog.c: (file_transfer_dialog_update_num_files),
	(file_transfer_dialog_response), (file_transfer_dialog_finalize),
	(file_transfer_dialog_set_prop), (file_transfer_dialog_class_init),
	(file_transfer_dialog_init), (file_transfer_dialog_get_type),
	(file_transfer_job_update_before),
	(file_transfer_job_update_after), (file_transfer_job_destroy),
	(file_transfer_dialog_done), (file_transfer_dialog_cancel),
	(file_transfer_job_schedule), (file_transfer_dialog_copy_async):
	* file-transfer-dialog.h: port to gio

2008-02-27  Jens Granseuer  <jensgr@gmx.net>

	* theme-installer.c: (gnome_theme_install_from_uri): adapt to new
	FileTransferDialog that uses gio instead of GnomeVFS

svn path=/trunk/; revision=8530
2008-02-27 21:14:25 +00:00
Jens Granseuer
e0fe411a3e fix widget tab order (bug #339936)
2008-02-25  Jens Granseuer  <jensgr@gmx.net>

	* gnome-about-me.c: (about_me_setup_dialog):
	* gnome-about-me.glade: fix widget tab order (bug #339936)

svn path=/trunk/; revision=8524
2008-02-25 22:57:28 +00:00
Thomas Wood
e0288e3e5d Return FALSE on error or EOF, which should also fix bug 516413, in
2008-02-25  Thomas Wood  <thos@gnome.org>

	* theme-thumbnail.c: (message_from_child): Return FALSE on error or EOF,
	which should also fix bug 516413, in addition to checking for G_IO_HUP.

svn path=/trunk/; revision=8523
2008-02-25 22:06:42 +00:00
Thomas Wood
26be7ba979 (create_meta_theme_pixbuf), (create_metacity_theme_pixbuf): Use the new
2008-02-25  Thomas Wood  <thos@gnome.org>

	* theme-thumbnail.c:

	(create_meta_theme_pixbuf), (create_metacity_theme_pixbuf):
	Use the new meta_preview_get_clip_region() function in Metacity to fix
	bug 460018 (Rounded window borders don't get rendered correctly).

	(message_from_child): Do not attempt to read from the pipe when
	the connection has been broken. Fixes bug 516413 (Theme thumbnailer
	causes UI to stop drawing when encountering an error).

svn path=/trunk/; revision=8521
2008-02-25 17:41:54 +00:00
Jens Granseuer
d9c41d2850 Patch by: Willie Walker <william.walker@sun.com>
2008-02-21  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Willie Walker <william.walker@sun.com>

	* gnome-at-commandline.in.in: use `...` syntax instead of $(...) for
	better portability (bug #517938)

svn path=/trunk/; revision=8514
2008-02-21 20:46:35 +00:00
Jens Granseuer
bf47e03d16 escape strange hostnames that we want to use as GConf keys (see bug
2008-02-19  Jens Granseuer  <jensgr@gmx.net>

	* main.c: (create_dialog), (save_to_gconf): escape strange hostnames
	that we want to use as GConf keys (see bug #517259 for a similar issue
	in gnome-settings-daemon)

svn path=/trunk/; revision=8509
2008-02-19 20:01:13 +00:00
Jens Granseuer
2dbea1360c fix small leak
2008-02-19  Jens Granseuer  <jensgr@gmx.net>

	* file-transfer-dialog.c: (file_transfer_dialog_update_num_files): fix
	small leak

svn path=/trunk/; revision=8508
2008-02-19 19:29:16 +00:00
Jens Granseuer
849371cf5e don't distribute the .desktop.in file
2008-02-16  Jens Granseuer  <jensgr@gmx.net>

	* Makefile.am: don't distribute the .desktop.in file

svn path=/trunk/; revision=8491
2008-02-16 11:32:14 +00:00
Jens Granseuer
254b98c405 always apply the current GConf settings to the initially selected
2008-02-16  Jens Granseuer  <jensgr@gmx.net>

	* appearance-desktop.c: (wp_option_menu_set), (wp_load_stuffs):
	* gnome-wp-item.c: (gnome_wp_item_update), (gnome_wp_item_new):
	* gnome-wp-item.h: always apply the current GConf settings to the
	initially selected wallpaper so that we don't modify the settings if
	GConf state and the definition in backgrounds.xml are not identical
	(bug #516746)

	* gnome-wp-xml.c: (gnome_wp_xml_load_xml): get rid of redundant if

svn path=/trunk/; revision=8489
2008-02-16 00:03:24 +00:00
Kjartan Maraas
b695ca96d1 Make it build.
2008-02-15  Kjartan Maraas  <kmaraas@gnome.org>

	* appearance-desktop.c: (wp_scale_type_changed),
	(wp_shade_type_changed): Make it build.

svn path=/trunk/; revision=8488
2008-02-15 16:31:58 +00:00
Jens Granseuer
be47506bdf don't try to set shading and options in GConf when we're dealing with a
2008-02-14  Jens Granseuer  <jensgr@gmx.net>

	* appearance-desktop.c: (wp_scale_type_changed): don't try to set shading
	and options in GConf when we're dealing with a read-only source (bug
	#516328)

svn path=/trunk/; revision=8485
2008-02-14 18:38:37 +00:00
Jens Granseuer
cd713c7337 add gio-2.0 to general capplet flags for now; this part needs cleaning up
2008-02-12  Jens Granseuer  <jensgr@gmx.net>

	* configure.in: add gio-2.0 to general capplet flags for now; this
	part needs cleaning up in the next cycle

2008-02-12  Jens Granseuer  <jensgr@gmx.net>

	* e-image-chooser.c: (e_image_chooser_class_init),
	(image_drag_data_received_cb):
	* gnome-about-me.c: (about_me_update_preview): port to gio

svn path=/trunk/; revision=8479
2008-02-12 22:13:32 +00:00
Matthias Clasen
c1628d7e20 Fixes bug #511306
2008-02-11  Matthias Clasen <mclasen@redhat.com>

	Fixes bug #511306

	* capplets/appearance/data/appearance.glade:
	* capplets/appearance/appearance-font.c: remove useless (with
	GIO-based Nautilus) 'Go to fonts folder' button.

svn path=/trunk/; revision=8475
2008-02-11 21:59:56 +00:00
Luca Ferretti
4cd9a95063 reviewed by: Jens Granseuer
2008-02-09  Luca Ferretti  <elle.uca@libero.it>

	reviewed by: Jens Granseuer

	* at-enable-dialog.glade:
	* at-properties.desktop.in.in: move capplet to main menu, was the
	only one under Accessibility and rename "Assistive Tecnologies".
	Using gnome-control-center will appead under Personal  (closes
	bug #515075).


svn path=/trunk/; revision=8463
2008-02-09 20:40:56 +00:00
Jens Granseuer
ab3c936d27 use the libsounds.la now that libsounds uses libtool (bug #515252)
2008-02-09  Jens Granseuer  <jensgr@gmx.net>

	* Makefile.am: use the libsounds.la now that libsounds uses libtool
	(bug #515252)

svn path=/trunk/; revision=8462
2008-02-09 15:41:21 +00:00
Jens Granseuer
4753b67e20 make sure we're done with the dialog before we destroy it (bug #515414)
2008-02-09  Jens Granseuer  <jensgr@gmx.net>

	* theme-installer.c: (gnome_theme_installer_run): make sure we're done
	with the dialog before we destroy it (bug #515414)

svn path=/trunk/; revision=8460
2008-02-09 14:35:12 +00:00
Jens Granseuer
56bc1a9c11 add support for Konsole, too (bug #515386)
2008-02-09  Jens Granseuer  <jensgr@gmx.net>

	* gnome-default-applications.xml.in: add support for Konsole, too
	(bug #515386)

svn path=/trunk/; revision=8459
2008-02-09 11:38:06 +00:00
Jens Granseuer
197bf79488 Patch by: Nicolas Valcarcel
2008-02-09  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Nicolas Valcarcel

	* gnome-default-applications.xml.in: add support for Terminator
	console (bug #515366)

svn path=/trunk/; revision=8458
2008-02-09 10:32:57 +00:00
Jens Granseuer
c76993d706 improve name and description for the visual AT autostarter (bug #515197)
2008-02-08  Jens Granseuer  <jensgr@gmx.net>

	* gnome-at-session.desktop.in.in: improve name and description for the
	visual AT autostarter (bug #515197)

svn path=/trunk/; revision=8455
2008-02-08 16:59:53 +00:00
Luca Ferretti
9e37b7feb3 reviewed by: Jens Granseuer
2008-02-08  Luca Ferretti  <elle.uca@libero.it>

	reviewed by: Jens Granseuer

	* gnome-mouse-properties.c: (create_dialog): set up the proper
	scale widgets to GtkSizeGroup in both tabs
	* gnome-mouse-properties.glade: fix HIG compliance for spacing,
	borders, padding, alignment and sentence label (bug #510147,
	comment 23)


svn path=/trunk/; revision=8454
2008-02-08 16:55:40 +00:00
Jens Granseuer
482223bfae add a comment for translators (bug #514598)
2008-02-05  Jens Granseuer  <jensgr@gmx.net>

	* data/appearance.glade: add a comment for translators (bug #514598)

2008-02-05  Jens Granseuer  <jensgr@gmx.net>

	* gnome-keyboard-properties.glade: don't mark padding strings as
	translatable (bug #514598)

2008-02-05  Jens Granseuer  <jensgr@gmx.net>

	* gnome-network-preferences.glade: don't mark padding strings as
	translatable (bug #514598)

2008-02-05  Jens Granseuer  <jensgr@gmx.net>

	* drwright.c: add a comment for translators (bug #514598)

svn path=/trunk/; revision=8447
2008-02-05 20:18:52 +00:00
Luca Ferretti
87a1e2b6ba reviewed by: Jens Granseuer <jensgr@gmx.net>
2008-02-02  Luca Ferretti  <elle.uca@libero.it>

	reviewed by: Jens Granseuer <jensgr@gmx.net>

	* 00-multimedia-key.xml.in:
	* 01-desktop-key.xml.in:
	Move Launch Calculator to Desktop group and sort
	all launch_app keybing together (Closes: #513867)


svn path=/trunk/; revision=8440
2008-02-02 13:39:19 +00:00
Jens Granseuer
aabb736087 Patch by: Sven Arvidsson <sa@whiz.se>
2008-02-01  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Sven Arvidsson <sa@whiz.se>

	* gnome-default-applications.xml.in: support --new-tab/--new-window
	for Iceweasel (bug #322795)

svn path=/trunk/; revision=8438
2008-02-01 17:21:54 +00:00
Jens Granseuer
74ab4c0142 Patch by: Luca Ferretti <elle.uca@libero.it>
2008-01-25  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Luca Ferretti <elle.uca@libero.it>

	* gnome-mouse-accessibility.c: (populate_gesture_combo): fix HIG
	compliance and add some comments for translators (bug #510136)

svn path=/trunk/; revision=8419
2008-01-25 21:44:09 +00:00
Soren Sandmann
a2ccffefbc Delete this function.
2008-01-25  Soren Sandmann  <sandmann@redhat.com>

	* gnome-wp-item.c (collect_save_options): Delete this function.

	* gnome-wp-xml.c: Don't include gnome-wp-utils.h
	* appearance-desktop.c: Don't include gnome-wp-utils.h
	* gnome-wp-item.c: Don't include gnome-wp-utils.h
	* gnome-wp-item.h: Move gconf key macros here from gnome-wp-utils.h

	* Makefile.am: Delete gnome-wp-utils.[ch]
	
	* gnome-wp-utils.[ch]: Delete these files.
	


svn path=/trunk/; revision=8417
2008-01-25 20:11:22 +00:00
Soren Sandmann
830047edb4 Define this macro before including gnome-bg.h
2008-01-25  Soren Sandmann  <sandmann@redhat.com>

       * gnome-wp-item.h (GNOME_DESKTOP_USE_UNSTABLE_API): 
       * appearance-desktop.c (GNOME_DESKTOP_USE_UNSTABLE_API): 
       * gnome-wp-item.c (GNOME_DESKTOP_USE_UNSTABLE_API): 

       Define this macro before including gnome-bg.h


svn path=/trunk/; revision=8416
2008-01-25 19:57:38 +00:00
Jens Granseuer
4346e3d0a4 remove accessibility keyboard capplet now that the functionality has been
2008-01-25  Jens Granseuer  <jensgr@gmx.net>

	* keyboard: remove accessibility keyboard capplet now that
	the functionality has been folded into the keyboard capplet

svn path=/trunk/; revision=8415
2008-01-25 19:39:23 +00:00
Jens Granseuer
c06bce17af remove code for obsolete "stock" icons
2008-01-25  Jens Granseuer  <jensgr@gmx.net>

	* capplet-stock-icons.c: (capplet_init_stock_icons): remove code
	for obsolete "stock" icons

2008-01-25  Jens Granseuer  <jensgr@gmx.net>

	* Makefile.am:
	* keyboard-bell.png:
	* keyboard-cursor.png:
	* keyboard-repeat.png:
	* keyboard-volume.png: remove obsolete icons
	* gnome-keyboard-properties.c: (setup_dialog): don't initialize
	our custom "stock" icons since we don't use them any longer

2008-01-25  Jens Granseuer  <jensgr@gmx.net>

	* Makefile.am:
	* mouse-left.png:
	* mouse-right.png: remove obsolete icons

svn path=/trunk/; revision=8412
2008-01-25 18:55:50 +00:00
Jens Granseuer
62dd7faa9e remove left-over callback that was causing the capplet to set a label on a
2008-01-25  Jens Granseuer  <jensgr@gmx.net>

	* gnome-mouse-properties.c: (delay_value_changed_cb), (setup_dialog):
	remove left-over callback that was causing the capplet to set a label
	on a NULL widget (bug #510425)

svn path=/trunk/; revision=8411
2008-01-25 18:29:28 +00:00
Jens Granseuer
2824523e94 only declare variables at the beginning of a code block... ... and fix a
2008-01-24  Jens Granseuer  <jensgr@gmx.net>

	* appearance-desktop.c: (on_item_changed): only declare variables at
	the beginning of a code block...
	* gnome-wp-item.c: (gnome_wp_item_update_description): ... and fix a
	constness warning
	* gnome-wp-xml.c: (gnome_wp_xml_load_xml): remove unused variable

svn path=/trunk/; revision=8410
2008-01-24 18:55:18 +00:00
Denis Washington
9aa5ddd295 Don't mark stock labels as translatable. (Bug #508270)
2008-01-16  Denis Washington  <denisw@svn.gnome.org>

	* capplets/keyboard/gnome-keyboard-properties.glade:
	Don't mark stock labels as translatable. (Bug #508270)

svn path=/trunk/; revision=8398
2008-01-16 15:55:24 +00:00
Rodrigo Moya
5f3355c499 prepare for 2.21.5.
2008-01-14  Rodrigo Moya <rodrigo@gnome-db.org>

	* configure.in:
	* NEWS: prepare for 2.21.5.

	* capplets/common/Makefile.am: fixed CFLAGS and LIBS.

	* capplets/common/activate-settings-daemon.c: include new built
	header file for DBus interface.

	* configure.in: check gnome-settings-daemon.

svn path=/trunk/; revision=8395
2008-01-15 11:45:27 +00:00
Denis Washington
262ed40e3a Move "Type to test settings" entry beneath the notebook to make it easily
2008-01-14  Denis Washington  <denisw@svn.gnome.org>

	* capplets/keyboard/gnome-keyboard-properties.glade:
	Move "Type to test settings" entry beneath the notebook to make it
	easily accessible from all tabs. (Also handy for layout and a11y
	preferences.)


svn path=/trunk/; revision=8394
2008-01-15 08:00:46 +00:00
Denis Washington
45a77d648e Index: gnome-settings-daemon/ChangeLog
===================================================================
--- gnome-settings-daemon/ChangeLog     (revision 8392)
+++ gnome-settings-daemon/ChangeLog     (working copy)
@@ -1,3 +1,9 @@
+2008-01-14  Soren Sandmann  <sandmann@daimi.au.dk>
+
+       * gnome-settings-background.c: Use GnomeBG from gnome-desktop
+
+
+
 2008-01-14  Denis Washington  <denisw@svn.gnome.org>
 
        * gnome-settings-mouse.c:

===================================================================
--- libbackground/ChangeLog     (revision 8336)
+++ libbackground/ChangeLog     (working copy)
@@ -1,3 +1,9 @@
+2008-01-14  Soren Sandmann <sandmann@daimi.au.dk>
+
+       * applier.[ch]: Delete these files
+
+       * Makefile.am: Remove them here.
+
 2007-04-16  Jens Granseuer  <jensgr@gmx.net>
 
        Patch by: Erich Schubert <erich@debian.org>


Index: capplets/appearance/ChangeLog
===================================================================
--- capplets/appearance/ChangeLog       (revision 8392)
+++ capplets/appearance/ChangeLog       (working copy)
@@ -1,3 +1,13 @@
+2008-01-14  Soren Sandmann  <sandmann@redhat.com>
+
+       * appearance-desktop.c: Update list model when the background
+       changes. 
+       * gnome-wp-item.c: Create a GnomeBG for the item.
+       * gnome-wp-item.h: Add a GnomeBG field - Remove
+       gnome_wp_item_dup() function.
+       * gnome-wp-info.c: Delete gnome_wp_item_dup() function.
+       * gnome-wp-xml.c: Ensure that a GnomeBG exists.
+
 2007-12-22  Thomas Wood  <thos@gnome.org>
 
        * theme-installer.c: (transfer_done_tgz_tbz),


svn path=/trunk/; revision=8393
2008-01-15 01:47:41 +00:00
Denis Washington
f9937753c4 Add translation context to some labels. (Bug #509417)
2008-01-14  Denis Washington  <denisw@svn.gnome.org>

	* capplets/mouse/gnome-mouse-properties.glade:
	Add translation context to some labels. (Bug #509417)

svn path=/trunk/; revision=8391
2008-01-14 18:06:46 +00:00
Rodrigo Moya
a7d00c7cda disable gnome-settings-daemon build here also.
2008-01-14  Rodrigo Moya <rodrigo@gnome-db.org>

	* configure.in: disable gnome-settings-daemon build here also.

	* capplets/appearance/Makefile.am:
	* gnome-settings-daemon/Makefile.am:
	* libwindow-settings/Makefile.am:
	* vfs-methods/fontilus/Makefile.am:
	* vfs-methods/themus/Makefile.am: fixes for Cygwin building (#317046)

svn path=/trunk/; revision=8389
2008-01-14 18:05:06 +00:00
Denis Washington
429996b996 Integrate mousetweaks settings into the mouse capplet. (Bug #503547)
2008-01-14  Denis Washington  <denisw@svn.gnome.org>

	Integrate mousetweaks settings into the mouse capplet. (Bug #503547)

	* capplets/mouse/gnome-mouse-properties.glade:
	Merge the previous "Buttons" and "Motion" tabs into one, and add a new
	"Accessibility" tab with the mousetweaks preferences. Additionally, re-add
	the "Locate Pointer" preference which disappeared in 2.20. (Bug #480457)

	* capplets/mouse/gnome-mouse-properties.c:
	Call setup function for the a11y tab, update for a small UI change regarding
	handness preferences, and implement the locate-pointer checkbox.

	* capplets/mouse/gnome-mouse-accessibility.[ch]:
	Added.

	* capplets/mouse/Makefile.am:
	Add gnome-mouse-accessibility.c.
	
	* gnome-settings-daemon/gnome-settings-mouse.c:
	Mousetweaks support.

svn path=/trunk/; revision=8385
2008-01-14 16:35:21 +00:00
Rodrigo Moya
54d30bd4c2 disabled non-functional l10n capplet.
2008-01-14  Rodrigo Moya <rodrigo@gnome-db.org>

	* capplets/Makefile.am: disabled non-functional l10n capplet.

svn path=/trunk/; revision=8384
2008-01-14 16:17:36 +00:00
Denis Washington
0662e1a9fd Don't build gnome-accessibility-keyboard-properties, all it's features are
2008-01-03  Denis Washington  <denisw@svn.gnome.org>

	* configure.in:
	* capplets/accessibility/Makefile.am:
	Don't build gnome-accessibility-keyboard-properties, all
	it's features are in the Keyboard capplet now.

svn path=/trunk/; revision=8367
2008-01-03 11:28:42 +00:00
Denis Washington
d528e9f4e2 Spawn the accessibility tab of the keyboard capplet instead of
2008-01-02  Denis Washington  <denisw@svn.gnome.org>

	* accessibility/at-properties/main.c: (cb_keyboard_preferences): 
        Spawn the accessibility tab of the keyboard capplet instead of 
        at-properties.

	* capplets/keyboard/gnome-keyboard-properties.c: Add --a11y 
	command-line option to show the Accessibility tab when started.


svn path=/trunk/; revision=8365
2008-01-02 19:03:10 +00:00