s/gEdit/gedit

2001-03-13  Chema Celorio  <chema@celorio.com>

	* capplets/gnome-edit-properties/gnome-edit-properties.c:
	s/gEdit/gedit
This commit is contained in:
Chema Celorio 2001-03-13 05:17:20 +00:00 committed by Jose Maria Celorio
parent 45c0705006
commit 2c63f8ead7
3 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2001-03-13 Chema Celorio <chema@celorio.com>
* capplets/gnome-edit-properties/gnome-edit-properties.c:
s/gEdit/gedit
2001-01-29 Fatih Demir <kabalak@gmx.net>
* idl/.cvsignore & libcapplet/.cvsignore: Added these

View file

@ -1,5 +1,5 @@
always_built_SUBDIRS = desktop-links new-mouse-properties \
new-screensaver-properties new-background-properties \
always_built_SUBDIRS = desktop-links \
new-background-properties \
theme-switcher new-sound-properties new-bell-properties \
new-ui-properties url-properties gnome-edit-properties \
session-properties wm-properties new-keyboard-properties \

View file

@ -215,7 +215,7 @@ main (int argc, char **argv)
prefs = PREFERENCES (preferences_new ());
preferences_load (prefs);
if (token) {
if (token || res == 1) {
preferences_apply_now (prefs);
}