2005-01-08 Rodney Dawes <dobey@novell.com>
* gnome-wp-capplet.c (wallpaper_properties_init): Fix the leaks
in the scaling type option menu creation correctly
2005-01-08 Sebastien Bacher <seb128@debian.org>
* gnome-default-applications-properties-structs.c: add evolution-2.0
and evolution-2.2 to the mailers list (Closes: #163334).
2005-01-07 Sebastien Bacher <seb128@debian.org>
* gnome-settings-mouse.c: (set_locate_pointer): add Mod2Mask and
Mod4Mask to the modifiers, fix the issue with Numlock activated
(Closes: #149383).
2005-01-06 Sebastien Bacher <seb128@debian.org>
* gnome-theme-installer.c: (install_dialog_response): check the
permission of the .icons/.themes dir instead of the files in it
(Closes: #161649).
2005-01-05 Dennis Cranston <dennis_cranston@yahoo.com>
* gnome-keyboard-properties.glade: HIG corrections.
Use HIG capitalization for buttons: "Reset to defaults" ->
"Reset To Defaults". Use HIG capitalization for window titles:
"Choose a keyboard model" -> "Choose A Keyboard Model" &
"Choose a layout" -> "Choose A Layout". Add a missing ":"
from "Model" -> "Model:". Remove the dialog separators.
Use HIG widget padding to match the other capplet dialogs.
2005-01-05 Sebastien Bacher <seb128@debian.org>
* gnome-accessibility-keyboard-properties.glade: fixed a typo in the
label-for for the "pixels/second" label (Part of #162368).
2005-01-04 Dennis Cranston <dennis_cranston@yahoo.com>
* gnome-settings-multimedia-keys.c: (execute): use g_spawn_sync()
and g_spawn_async() to define the working directory.
2005-01-04 Shakti Sen <shprasad@novell.com>
* configure.in: Defined PREFIX to <prefix>
bug #153203
2005-01-04 Shakti Sen <shprasad@novell.com>
* theme-thumbnailer.c (main): Added the full path of the theme
so that it will create the thumbnail.
Fixes bug #153203
2005-01-03 Dan Winship <danw@novell.com>
* configure.in: Remove redundant check for ngettext, since
AM_GLIB_GNU_GETTEXT already checks for it (in both libc and
libintl)._
2005-01-03 Dan Winship <danw@novell.com>
* gswitchit_util.c (GSwitchItLogAppender): Cast time_t to long to
match the printf format.
2005-01-03 Sebastien Bacher <seb128@debian.org>
* gnome-theme-installer.c: (install_dialog_response): use a temporary
filename to not overwrite existant files in ~/.themes (Closes: #97180).
2005-01-03 Sebastien Bacher <seb128@debian.org>
* libkbdraw/Makefile.am:
patch from Marco Pesenti Gritti <marco@gnome.org>
to fix the build out of the source dir (Closes: #158333).
2004-12-25 Kjartan Maraas <kmaraas@gnome.org>
* gnome-theme-details.c: Don't include <gtk/gtk.h> twice.
* gnome-theme-installer.c: Same (comes in from -installer.h)
* gnome-theme-manager.c: Same.
2004-12-25 Kjartan Maraas <kmaraas@gnome.org>
* factory.c: (main): NULL vs. 0.
* gnome-settings-default-editor.c: (vfs_change_cb): Fix a test to
use the boolean instead of the return value from a void function.
This has been sitting in bugzilla forever and now other people start
adding comments to the code about it so I'm just going to commit.
* gnome-settings-keybindings.c: (binding_register_keys): ANSIfication.