diff options
author | Szabolcs Ban <bansz@src.gnome.org> | 1999-06-22 06:47:43 +0000 |
---|---|---|
committer | Szabolcs Ban <bansz@src.gnome.org> | 1999-06-22 06:47:43 +0000 |
commit | aaf2f638eb368695041daf79f79e6be0ada85015 (patch) | |
tree | b211c3b0e5f4769ea932b33b39d5d47ed294695f /gkb | |
parent | 21d18ff987a1545bb6ebcd682d70022275676ac9 (diff) |
Shooby Ban <bansz@szif.hu>
* Carsten Emde <ce@ceag.ch> found an incredible bug.
I saved a prop at name gkb/name and loaded gkb/command.
Huh. That was great.
Diffstat (limited to 'gkb')
-rw-r--r-- | gkb/gkb.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -138,7 +138,8 @@ static gkb_properties defaults = { gnome_config_push_prefix(APPLET_WIDGET(gkb->applet)->privcfgpath); g_free(gkb->properties.command); - g_snprintf(buf,256,"gkb/name=%s",defaults.command); + /* I was sooo... Thanx Carsten */ + g_snprintf(buf,256,"gkb/command=%s",defaults.command); gkb->properties.command = gnome_config_get_string(buf); g_free(gkb->properties.image[0]); g_snprintf(buf,256,"gkb/image0=%s",gnome_unconditional_pixmap_file("gkb/us.xpm")); |