comparison src/gtkprefs.c @ 5563:9eb5b13fd412

[gaim-migrate @ 5965] Just a taste of what's coming. Standard "This won't compile" thing. Plugin authors, you're going to hate me, but that's okay, because I have friends too! It's really late. My brain resembles that of fish swimming in jello pudding with neon lights flying around chanting musicals. I'm not on drugs. I'm just that tired. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 30 May 2003 09:38:29 +0000
parents b7319c094153
children cc9ddec20010
comparison
equal deleted inserted replaced
5562:3c8d34574601 5563:9eb5b13fd412
2670 2670
2671 /* XXX Move this! HACK! :( Aww... */ 2671 /* XXX Move this! HACK! :( Aww... */
2672 gaim_prefs_add_none("/plugins/gtk/docklet"); 2672 gaim_prefs_add_none("/plugins/gtk/docklet");
2673 gaim_prefs_add_bool("/plugins/gtk/docklet/queue_messages", FALSE); 2673 gaim_prefs_add_bool("/plugins/gtk/docklet/queue_messages", FALSE);
2674 2674
2675 /* Accounts Dialog */
2676 gaim_prefs_add_int("/gaim/gtk/accounts/dialog/width", 550);
2677 gaim_prefs_add_int("/gaim/gtk/accounts/dialog/height", 250);
2678
2675 /* Browsers */ 2679 /* Browsers */
2676 gaim_prefs_add_none("/gaim/gtk/browsers"); 2680 gaim_prefs_add_none("/gaim/gtk/browsers");
2677 gaim_prefs_add_bool("/gaim/gtk/browsers/new_window", FALSE); 2681 gaim_prefs_add_bool("/gaim/gtk/browsers/new_window", FALSE);
2678 gaim_prefs_add_string("/gaim/gtk/browsers/command", ""); 2682 gaim_prefs_add_string("/gaim/gtk/browsers/command", "");
2679 gaim_prefs_add_string("/gaim/gtk/browsers/browser", "mozilla"); 2683 gaim_prefs_add_string("/gaim/gtk/browsers/browser", "mozilla");