comparison src/gtkprefs.h @ 9713:db62420a53a2

[gaim-migrate @ 10574] Remove multi.h committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 08 Aug 2004 05:38:02 +0000
parents d4e3356e7bbc
children 9d03dd6ccc9a
comparison
equal deleted inserted replaced
9712:34a929fbbb30 9713:db62420a53a2
21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 * 24 *
25 */ 25 */
26 #ifndef _GAIM_GTK_PREFS_H_ 26 #ifndef _GAIM_GTKPREFS_H_
27 #define _GAIM_GTK_PREFS_H_ 27 #define _GAIM_GTKPREFS_H_
28
28 #include "prefs.h" 29 #include "prefs.h"
29 30
30 /* XXX These should go. */ 31 /* XXX These should go. */
31 extern GtkListStore *prefs_away_store; 32 extern GtkListStore *prefs_away_store;
32 extern GtkWidget *prefs_away_menu; 33 extern GtkWidget *prefs_away_menu;
125 /** 126 /**
126 * Rename legacy prefs and delete some that no longer exist. 127 * Rename legacy prefs and delete some that no longer exist.
127 */ 128 */
128 void gaim_gtk_prefs_update_old(); 129 void gaim_gtk_prefs_update_old();
129 130
130 #endif /* _GAIM_GTK_PREFS_H_ */ 131 #endif /* _GAIM_GTKPREFS_H_ */