comparison src/gtkconv.h @ 7859:e873d0bd0e6c

[gaim-migrate @ 8513] I changed some stuff with conversation menus. Stuff is renamed, moved around, not grayed out, grayed out, visible, somewhat works for chats, etc. Ima finish this tomorrow because it's 6 o'freaking clock. It shouldn't make anything worse, and might make some things better. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 14 Dec 2003 11:03:54 +0000
parents 8e60ddc28a22
children 4b43a3f9de73
comparison
equal deleted inserted replaced
7858:1ce040412bd5 7859:e873d0bd0e6c
54 GtkWidget *add_pounce; 54 GtkWidget *add_pounce;
55 GtkWidget *alias; 55 GtkWidget *alias;
56 GtkWidget *get_info; 56 GtkWidget *get_info;
57 GtkWidget *invite; 57 GtkWidget *invite;
58 58
59 GtkWidget *insert_link;
60 GtkWidget *insert_image;
61
59 GtkWidget *warn; 62 GtkWidget *warn;
60 GtkWidget *block; 63 GtkWidget *block;
61 GtkWidget *add; 64 GtkWidget *add;
62 GtkWidget *remove; 65 GtkWidget *remove;
63
64 GtkWidget *insert_link;
65 GtkWidget *insert_image;
66 66
67 GtkWidget *logging; 67 GtkWidget *logging;
68 GtkWidget *sounds; 68 GtkWidget *sounds;
69 GtkWidget *show_formatting_toolbar; 69 GtkWidget *show_formatting_toolbar;
70 70