Jens Granseuer
f469d6a55d
don't try to read into invalid territory when the user set a custom
...
2007-02-13 Jens Granseuer <jensgr@gmx.net>
* gnome-da-capplet.c: (web_gconf_changed_cb): don't try to read into
invalid territory when the user set a custom command without spaces.
Closes bug #407601 .
svn path=/trunk/; revision=7291
2007-02-13 22:41:50 +00:00
Jens Granseuer
3bc84f6ace
really fix DATADIR and make directory definitions more consistent with
...
2007-02-13 Jens Granseuer <jensgr@gmx.net>
* Makefile.am:
* gnome-da-capplet.c: (show_dialog):
* gnome-da-xml.c: (gnome_da_xml_load_list): really fix DATADIR and
make directory definitions more consistent with other capplets.
Closes bug #407597 .
svn path=/trunk/; revision=7290
2007-02-13 22:19:12 +00:00
Jens Granseuer
b78551cf4c
fix possible crash
...
2007-02-11 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me.c: (about_me_focus_out): fix possible crash
svn path=/trunk/; revision=7279
2007-02-11 11:15:46 +00:00
Jens Granseuer
6bb442dcc4
Patch by: Patrick Wade <patrick.wade@sun.com>
...
2007-02-10 Jens Granseuer <jensgr@gmx.net>
Patch by: Patrick Wade <patrick.wade@sun.com>
* sound-properties.glade: add a11y label relations for the devices
tab (fixes bug #369302 )
svn path=/trunk/; revision=7276
2007-02-10 13:08:10 +00:00
Jens Granseuer
de5b25e235
remove some dead code, and don't crash if the glade file is not available
...
2007-02-09 Jens Granseuer <jensgr@gmx.net>
* gnome-mouse-properties.c: (create_dialog), (main): remove some dead
code, and don't crash if the glade file is not available
svn path=/trunk/; revision=7273
2007-02-09 17:34:29 +00:00
Jens Granseuer
00c6c0d602
change "Editable menu accelerators" to "Editable menu shortcut keys" as
...
2007-02-08 Jens Granseuer <jensgr@gmx.net>
* gnome-ui-properties.glade: change "Editable menu accelerators" to
"Editable menu shortcut keys" as per the style guide (Closes : #337624 )
svn path=/trunk/; revision=7266
2007-02-08 20:34:42 +00:00
Jens Granseuer
c76a7cc349
fix some reference leaks and don't segfault if the glade file is not
...
2007-02-08 Jens Granseuer <jensgr@gmx.net>
* main.c: (create_dialog), (main): fix some reference leaks and don't
segfault if the glade file is not available
svn path=/trunk/; revision=7264
2007-02-08 19:45:59 +00:00
Mariano Suárez-Alvarez
a9b2d9ed9f
added gconf:/apps/metacity/global_keybindings/cycle_group
...
2007-02-08 Mariano Suárez-Alvarez <mariano@gnome.org>
* gnome-keybinding-properties.c (metacity_key_list): added
gconf:/apps/metacity/global_keybindings/cycle_group
svn path=/trunk/; revision=7263
2007-02-08 17:57:07 +00:00
Thomas Wood
1d751d6664
Patch by: Matthias Clasen <mclasen@redhat.com>
...
2007-02-08 Thomas Wood <thos@gnome.org>
Patch by: Matthias Clasen <mclasen@redhat.com>
* gnome-theme-details.c: (gtk_theme_update_remove_button),
(update_color_scheme_tab), (gtk_theme_selection_changed),
(color_select), (revert_color_scheme_key),
(gnome_theme_details_init), (update_color_buttons_from_string),
(gnome_theme_details_update_from_gconf): Listens for changes in the
gtk-color-scheme property of GtkSettings. Fixes bug 405210.
svn path=/trunk/; revision=7261
2007-02-08 00:23:12 +00:00
Jens Granseuer
c6267e8a0b
fix various memory leaks
...
2007-02-07 Jens Granseuer <jensgr@gmx.net>
* gnome-about-me.c: (about_me_destroy),
(about_me_button_clicked_cb), (about_me_setup_dialog), (main): fix
various memory leaks
svn path=/trunk/; revision=7258
2007-02-07 21:41:41 +00:00
Jens Granseuer
a8497f4c62
fix build in general, with gcc 2 in particular, and also get rid of a few
...
2007-02-07 Jens Granseuer <jensgr@gmx.net>
* Makefile.am:
* gnome-about-me-password.c: (passdlg_set_auth_state),
(passdlg_validate_passwords):
* gnome-about-me.c: (about_me_load_string_field),
(about_me_setup_dialog): fix build in general, with gcc 2 in particular,
and also get rid of a few warnings
svn path=/trunk/; revision=7257
2007-02-07 20:46:34 +00:00
Mariano Suárez-Alvarez
7dca4de3e2
organize the way things a cleared at exit time so as to avoid warnings.
...
2007-02-07 Mariano Suárez-Alvarez <mariano@gnome.org>
* gnome-keybinding-properties.c (clear_old_model, reload_key_entries,
cb_dialog_response, setup_dialog, main): organize the way things a cleared
at exit time so as to avoid warnings. (fixes bug 405175)
svn path=/trunk/; revision=7255
2007-02-07 18:34:49 +00:00
Jens Granseuer
7aa1cede0d
clean up sorting to not use an imaginary column; change accel sort order
...
2007-02-04 Jens Granseuer <jensgr@gmx.net>
* gnome-keybinding-properties.c: (keyentry_sort_func),
(clear_old_model), (setup_dialog): clean up sorting to not use an
imaginary column; change accel sort order to move disabled actions
to the back of the list and also speed up sorting a bit
svn path=/trunk/; revision=7243
2007-02-04 15:47:49 +00:00
Jens Granseuer
765e80f953
support localized key names (interim fix for #145346 )
...
2007-02-04 Jens Granseuer <jensgr@gmx.net>
* eggaccelerators.c: (egg_virtual_accelerator_name),
(egg_virtual_accelerator_label):
* eggaccelerators.h:
* eggcellrendererkeys.c: (convert_keysym_state_to_string):
* gnome-keybinding-properties.c: (binding_name),
(accel_edited_callback): support localized key names (interim fix
for #145346 )
svn path=/trunk/; revision=7242
2007-02-04 13:46:41 +00:00
Jens Granseuer
c9d0aee628
add cappletname variable which is used to define G_LOG_DOMAIN (fixes
...
2007-02-03 Jens Granseuer <jensgr@gmx.net>
* capplets/about-me/Makefile.am:
* capplets/background/Makefile.am:
* capplets/default-applications/Makefile.am:
* capplets/display/Makefile.am:
* capplets/font/Makefile.am:
* capplets/keybindings/Makefile.am:
* capplets/keyboard/Makefile.am:
* capplets/mouse/Makefile.am:
* capplets/network/Makefile.am:
* capplets/sound/Makefile.am:
* capplets/theme-switcher/Makefile.am:
* capplets/ui-properties/Makefile.am:
* capplets/windows/Makefile.am: add cappletname variable which is
used to define G_LOG_DOMAIN (fixes #380991 )
svn path=/trunk/; revision=7239
2007-02-03 17:18:29 +00:00
Jens Granseuer
04556a5c27
fix DATADIR define
...
2007-02-03 Jens Granseuer <jensgr@gmx.net>
* Makefile.am: fix DATADIR define
svn path=/trunk/; revision=7236
2007-02-03 11:23:50 +00:00
Jens Granseuer
779fedcd6b
plug memory leaks. Closes bug #395212 .
...
2007-02-03 Jens Granseuer <jensgr@gmx.net>
* gnome-da-capplet.c: (fill_combo_box), (show_dialog), (main):
* gnome-da-xml.c: (gnome_da_xml_load_xml),
(gnome_da_xml_load_list), (gnome_da_xml_free):
* gnome-da-xml.h: plug memory leaks. Closes bug #395212 .
svn path=/trunk/; revision=7235
2007-02-03 11:20:20 +00:00
Jens Granseuer
09076c4e27
filter out CapsLock modifiers since it's otherwise possible to set the
...
2007-02-03 Jens Granseuer <jensgr@gmx.net>
* gnome-keybinding-properties.c: (accel_edited_callback): filter
out CapsLock modifiers since it's otherwise possible to set the
same accel for several actions (fixes #350424 )
svn path=/trunk/; revision=7232
2007-02-02 23:22:15 +00:00
Jens Granseuer
1f8280c0a7
blacklist numbers, space, and tab as accels ( fixes #359092 )
...
2007-02-02 Jens Granseuer <jensgr@gmx.net>
* gnome-keybinding-properties.c: (accel_edited_callback): blacklist
numbers, space, and tab as accels (fixes #359092 )
svn path=/trunk/; revision=7231
2007-02-02 22:02:44 +00:00
Christian Persch
f2570627a2
Use specific string as app ID in gnome_program_init, not PACKAGE. Bug
...
2007-02-02 Christian Persch <chpe@svn.gnome.org>
* gnome-da-capplet.c: (main): Use specific string as app ID in
gnome_program_init, not PACKAGE. Bug #403708 .
svn path=/trunk/; revision=7228
2007-02-02 19:52:31 +00:00
Christian Persch
43d40d7a0a
Don't define directories in configure. Remove some obsolete defines, and
...
2007-02-02 Christian Persch <chpe@svn.gnome.org>
* Makefile.am:
* capplets/about-me/Makefile.am:
* capplets/about-me/gnome-about-me-password.c: (passdlg_init):
* capplets/about-me/gnome-about-me.c: (about_me_setup_dialog):
* capplets/accessibility/at-properties/Makefile.am:
* capplets/accessibility/keyboard/Makefile.am:
* capplets/accessibility/keyboard/accessibility-keyboard.c:
(setup_accessX_dialog):
* capplets/background/Makefile.am:
* capplets/background/gnome-wp-capplet.c: (gnome_wp_create_dialog):
* capplets/common/Makefile.am:
* capplets/common/capplet-util.c: (capplet_set_icon):
* capplets/default-applications/Makefile.am:
* capplets/display/Makefile.am:
* capplets/file-types/Makefile.am:
* capplets/file-types/file-types-capplet.c: (create_dialog):
* capplets/file-types/mime-category-edit-dialog.c:
(mime_category_edit_dialog_init):
* capplets/file-types/mime-edit-dialog.c: (mime_edit_dialog_init):
* capplets/file-types/service-edit-dialog.c:
(service_edit_dialog_init):
* capplets/font/Makefile.am:
* capplets/keybindings/Makefile.am:
* capplets/keybindings/gnome-keybinding-properties.c:
(create_dialog):
* capplets/keyboard/Makefile.am:
* capplets/keyboard/gnome-keyboard-properties-xkblt.c:
(xkb_layout_choose):
* capplets/keyboard/gnome-keyboard-properties-xkbmc.c:
(choose_model):
* capplets/keyboard/gnome-keyboard-properties.c: (create_dialog):
* capplets/localization/Makefile.am:
* capplets/localization/gnome-localization-properties.c:
(create_dialog):
* capplets/mime-type/Makefile.am:
* capplets/mouse/Makefile.am:
* capplets/mouse/gnome-mouse-properties.c: (create_dialog):
* capplets/network/Makefile.am:
* capplets/network/gnome-network-preferences.c:
(cb_http_details_button_clicked), (main):
* capplets/rollback/Makefile.am:
* capplets/sound/Makefile.am:
* capplets/sound/sound-properties-capplet.c: (create_dialog),
(device_test_button_clicked):
* capplets/theme-switcher/Makefile.am:
* capplets/ui-properties/Makefile.am:
* capplets/ui-properties/gnome-ui-properties.c: (create_dialog):
* capplets/url-properties/Makefile.am:
* capplets/windows/Makefile.am:
* capplets/wm-properties/wm-desktops/Makefile.am:
* configure.in:
* gnome-settings-daemon/Makefile.am:
* gnome-settings-daemon/actions/Makefile.am:
* gnome-settings-daemon/gnome-settings-xmodmap.c:
(gnome_settings_modmap_dialog_call):
* gnome-settings-daemon/gnome-settings-xrdb.c:
* gnome-settings-daemon/gsd-media-keys-window.c: (action_changed),
(gsd_media_keys_window_init):
* gnome-settings-daemon/xrdb/Makefile.am:
* typing-break/Makefile.am:
* vfs-methods/themus/Makefile.am: Don't define directories in
configure. Remove some obsolete defines, and use the standard
installation paths. Bug #395383 .
svn path=/trunk/; revision=7226
2007-02-02 18:12:40 +00:00
Jens Granseuer
76cbf39631
Patch by: Gabor Kelemen <kelemeng@gnome.hu>
...
2007-02-02 Jens Granseuer <jensgr@gmx.net>
Patch by: Gabor Kelemen <kelemeng@gnome.hu>
* sound-properties-capplet.c: (setup_devices): Polypaudio is now
PulseAudio (fixes bug #394003 )
svn path=/trunk/; revision=7225
2007-02-02 16:29:09 +00:00
Jens Granseuer
7e4de1a53c
remove left-over call to gnome_theme_init(). The rest of the code dealing
...
2007-01-31 Jens Granseuer <jensgr@gmx.net>
* gnome-keybinding-properties.c: (main): remove left-over call to
gnome_theme_init(). The rest of the code dealing with (key) themes
has been removed back in 2004... (fixes #157452 )
svn path=/trunk/; revision=7220
2007-01-31 22:30:35 +00:00
Christian Persch
c19d6d800d
Fix localedir defines. Bug #395383 .
...
2007-01-31 Christian Persch <chpe@svn.gnome.org>
* capplets/accessibility/at-properties/Makefile.am:
* capplets/accessibility/keyboard/Makefile.am:
* capplets/background/Makefile.am:
* capplets/common/Makefile.am:
* capplets/default-applications/Makefile.am:
* capplets/display/Makefile.am:
* capplets/font/Makefile.am:
* capplets/keybindings/Makefile.am:
* capplets/keyboard/Makefile.am:
* capplets/mouse/Makefile.am:
* capplets/network/Makefile.am:
* capplets/theme-switcher/Makefile.am:
* capplets/ui-properties/Makefile.am:
* capplets/windows/Makefile.am:
* configure.in:
* gnome-settings-daemon/Makefile.am:
* libbackground/Makefile.am:
* libwindow-settings/Makefile.am:
* typing-break/Makefile.am:
* vfs-methods/fontilus/Makefile.am:
* vfs-methods/themus/Makefile.am: Fix localedir defines. Bug #395383 .
svn path=/trunk/; revision=7219
2007-01-31 21:09:43 +00:00
Jens Granseuer
5f9d174f42
plug memory leaks (fixes bug #395609 )
...
2007-01-31 Jens Granseuer <jensgr@gmx.net>
* gnome-network-preferences.c: (cb_remove_url),
(cb_dialog_response), (cb_use_same_proxy_checkbutton_clicked),
(main): plug memory leaks (fixes bug #395609 )
svn path=/trunk/; revision=7217
2007-01-31 17:57:19 +00:00
Jens Granseuer
6c52e0a535
don't leak the references to the glade dialog and GnomeProgram
...
2007-01-31 Jens Granseuer <jensgr@gmx.net>
* gnome-window-properties.c: (main): don't leak the references to the
glade dialog and GnomeProgram
svn path=/trunk/; revision=7216
2007-01-31 17:51:13 +00:00
Jens Granseuer
03bba8dc56
don't leak the references to the glade dialog and GnomeProgram
...
2007-01-31 Jens Granseuer <jensgr@gmx.net>
* gnome-ui-properties.c: (main): don't leak the references to the glade
dialog and GnomeProgram
svn path=/trunk/; revision=7215
2007-01-31 17:48:40 +00:00
Jens Granseuer
b5d35fbfa3
issue a sensible error message when trying to use unmodified keybindings
...
2007-01-30 Jens Granseuer <jensgr@gmx.net>
* gnome-keybinding-properties.c: (accel_edited_callback): issue a
sensible error message when trying to use unmodified keybindings
(fixes #328152 )
svn path=/trunk/; revision=7205
2007-01-30 17:01:40 +00:00
Kjartan Maraas
26801cccd6
Sparse warning fix.
...
2007-01-29 Kjartan Maraas <kmaraas@gnome.org>
* gnome-network-preferences.c: (create_listmodel):
Sparse warning fix.
svn path=/trunk/; revision=7199
2007-01-29 09:20:43 +00:00
Kjartan Maraas
3daf545d0c
Fix compiler warnings. Correct order of args to a gnome_vfs_xfer function.
...
2007-01-29 Kjartan Maraas <kmaraas@gnome.org>
* gnome-theme-details.c: (update_color_scheme_tab), (remove_theme),
(gnome_theme_details_init):
* gnome-theme-installer.c: (extract_files_error_dialog):
* gnome-theme-manager.c: (get_lockdown_status):
Fix compiler warnings. Correct order of args to a gnome_vfs_xfer
function.
svn path=/trunk/; revision=7198
2007-01-29 09:20:09 +00:00
Kjartan Maraas
d033af5089
ANSIfication of function declarations.
...
2007-01-29 Kjartan Maraas <kmaraas@gnome.org>
* sound-properties-capplet.c: (setup_hal_devices), (setup_devices):
ANSIfication of function declarations.
svn path=/trunk/; revision=7197
2007-01-29 09:18:55 +00:00
Kjartan Maraas
ca69387471
Mark a struct static.
...
2007-01-29 Kjartan Maraas <kmaraas@gnome.org>
* main.c: Mark a struct static.
svn path=/trunk/; revision=7196
2007-01-29 09:18:04 +00:00
Kjartan Maraas
43f439ccd8
Mark some stuff as static.
...
2007-01-29 Kjartan Maraas <kmaraas@gnome.org>
* theme-thumbnail.c: Mark some stuff as static.
svn path=/trunk/; revision=7195
2007-01-29 09:17:37 +00:00
Kjartan Maraas
5f7a5f7fa2
ANSIfication of function declaration.
...
2007-01-29 Kjartan Maraas <kmaraas@gnome.org>
* gnome-wp-capplet.c: (wallpaper_properties_init):
ANSIfication of function declaration.
svn path=/trunk/; revision=7194
2007-01-29 09:17:07 +00:00
Thomas Wood
908ab38dfa
Patch by: Alberto Ruiz <aruiz@synaptia.net>
...
2007-01-26 Thomas Wood <thos@gnome.org>
Patch by: Alberto Ruiz <aruiz@synaptia.net>
* gnome-theme-installer.c: (transfer_done_cb),
(gnome_theme_install_from_uri): Fixes on the suffix checks.
svn path=/trunk/; revision=7185
2007-01-26 17:32:20 +00:00
Thomas Wood
a93ef521a7
Fix a compiler warning
...
2007-01-23 Thomas Wood <thos@gnome.org>
* gnome-theme-installer.c: (transfer_done_cb): Fix a compiler warning
svn path=/trunk/; revision=7172
2007-01-23 13:59:59 +00:00
Rodrigo Moya
86a899ac9b
Fixes #376079
...
2007-01-22 Rodrigo Moya <rodrigo@gnome-db.org>
Fixes #376079
Patch by Francisco Javier F. Serrador <serrador@openshine.com>
* gnome-about-me-password.c (passdlg_spawn_passwd): make translatable
strings more generic.
svn path=/trunk/; revision=7164
2007-01-22 10:02:52 +00:00
Sergey V. Udaltsov
c18b5f9d19
Survive with not installed gconf key, #398631
...
svn path=/trunk/; revision=7163
2007-01-21 18:29:32 +00:00
Thomas Wood
b6931e22b7
Corrected category entry
...
2007-01-21 Thomas Wood <thos@gnome.org>
* keybinding.desktop.in.in: Corrected category entry
svn path=/trunk/; revision=7162
2007-01-21 18:06:40 +00:00
Thomas Wood
2748e5206c
Add a Revert button to the color schemes tab
...
2007-01-19 Thomas Wood <thos@gnome.org>
* gnome-theme-details.c: (update_color_scheme_tab),
(gnome_theme_details_update_from_gconf):
* gnome-theme-manager.c: (gtk_theme_key_changed):
* theme-properties.glade:
Add a Revert button to the color schemes tab
svn path=/trunk/; revision=7156
2007-01-19 17:54:55 +00:00
Thomas Wood
13c68a2e1e
- Remove seperate color scheme saving UI - Add support for
...
2007-01-19 Thomas Wood <thos@gnome.org>
* gnome-theme-details.c: (update_color_scheme_tab), (color_select),
(toggle_color_scheme_key):
* gnome-theme-manager.c: (free_all), (load_meta_themes),
(meta_theme_setup_info), (meta_theme_selection_changed),
(update_themes_from_disk), (add_custom_row_to_meta_theme),
(themes_equal), (update_settings_from_gconf_idle),
(update_settings_from_gconf), (gtk_theme_key_changed),
(setup_dialog):
* gnome-theme-save.c: (write_theme_to_disk):
* theme-properties.glade:
- Remove seperate color scheme saving UI
- Add support for gtk-color-scheme key in metatheme info
2007-01-19 Thomas Wood <thos@gnome.org>
* gnome-theme-apply.c: (gnome_meta_theme_set):
* gnome-theme-info.c: (gnome_theme_read_meta_theme),
(gnome_theme_meta_info_new), (gnome_theme_meta_info_free),
(gnome_theme_meta_info_print), (gnome_theme_meta_info_compare):
* gnome-theme-info.h:
Add support for saving and applying the gtk-color-scheme key
svn path=/trunk/; revision=7152
2007-01-19 01:33:26 +00:00
Denis Washington
e6d9f7b888
Replace the non-standard-compilant categories PersonalSettings,
...
2007-01-17 Denis Washington <dwashington@gmx.net>
* capplets/accessibility/keyboard/accessibility-keyboard.desktop.in.in:
* capplets/accessibility/at-properties/at-properties.desktop.in.in:
* capplets/network/gnome-network-preferences.desktop.in.in:
* capplets/default-applications/default-applications.desktop.in.in:
* capplets/about-me/gnome-about-me.desktop.in.in:
Replace the non-standard-compilant categories PersonalSettings,
NetworkSettings and SystemSettings with X-GNOME-*.
svn path=/trunk/; revision=7149
2007-01-17 18:45:50 +00:00
Thomas Wood
007e83e148
Move Preffered Applications capplet from SystemSettings to
...
2007-01-17 Thomas Wood <thos@gnome.org>
* default-applications.desktop.in.in: Move Preffered Applications
capplet from SystemSettings to PersonalSettings
svn path=/trunk/; revision=7147
2007-01-17 16:56:55 +00:00
Jens Granseuer
c1262a0e4f
Fixes #395539
...
2007-01-17 Jens Granseuer <jensgr@gmx.net>
Fixes #395539
* gnome-mouse-properties.c (read_cursor_font, populate_tree_model,
setup_dialog, dialog_response_cb, main): fixed memory leaks.
svn path=/trunk/; revision=7145
2007-01-17 10:50:17 +00:00
Thomas Wood
98ef85c0b2
Remove g_return_if_fail_warning as this doesn't need to be a critical
...
2007-01-14 Thomas Wood <thos@gnome.org>
* theme-thumbnail.c: (generate_theme_thumbnail): Remove
g_return_if_fail_warning as this doesn't need to be a critical
warning. Fixes bug 353620.
svn path=/trunk/; revision=7140
2007-01-14 19:59:14 +00:00
Christian Persch
a4af2f5fca
Fix label alignments bug (caused by glade-3 bug 396433).
...
2007-01-14 Christian Persch <chpe@svn.gnome.org>
* sound-properties.glade: Fix label alignments bug (caused by glade-3
bug 396433).
svn path=/trunk/; revision=7139
2007-01-14 19:55:33 +00:00
Christian Persch
88f98988bb
Show the sound properties view after adding it to the dialogue.
...
2007-01-14 Christian Persch <chpe@svn.gnome.org>
* sound-properties-capplet.c: (create_dialog): Show the sound
properties view after adding it to the dialogue.
svn path=/trunk/; revision=7138
2007-01-14 19:54:51 +00:00
Christian Persch
a77fc4f15c
Fix ChangeLog
...
svn path=/trunk/; revision=7136
2007-01-14 19:25:24 +00:00
Thomas Wood
9414debff0
Patch by: Jens Granseuer <jensgr@gmx.net>
...
2007-01-12 Thomas Wood <thos@gnome.org>
Patch by: Jens Granseuer <jensgr@gmx.net>
* gnome-theme-details.c: (color_scheme_combobox_changed): Fix build with
gcc 2 (c89 fixes). Fixes bug 394707.
svn path=/trunk/; revision=7132
2007-01-12 09:42:22 +00:00
Christian Persch
8a79c51358
Fix spacings and just build the whole dialogue from glade, not just the
...
2007-01-11 Christian Persch <chpe@svn.gnome.org>
* capplets/sound/Makefile.am:
* capplets/sound/sound-properties-capplet.c: (create_dialog),
(dialog_response_cb), (main):
* capplets/sound/sound-properties.glade:
Fix spacings and just build the whole dialogue from glade, not just
the main part. Bug #394068 .
svn path=/trunk/; revision=7131
2007-01-11 13:05:13 +00:00