plugins/raw.c

changeset 11256
fe82a0c5e5ec
parent 11033
dc68e074f10d
child 12019
a9c0e0fe09b2
equal deleted inserted replaced
11255:730ba0d0b459 11256:fe82a0c5e5ec
92 { 92 {
93 GtkWidget *hbox; 93 GtkWidget *hbox;
94 GtkWidget *entry; 94 GtkWidget *entry;
95 GtkWidget *dropdown; 95 GtkWidget *dropdown;
96 96
97 gaim_debug_register_category("raw");
98
99 /* Setup the window. */ 97 /* Setup the window. */
100 window = gtk_window_new(GTK_WINDOW_TOPLEVEL); 98 window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
101 gtk_container_set_border_width(GTK_CONTAINER(window), 6); 99 gtk_container_set_border_width(GTK_CONTAINER(window), 6);
102 100
103 g_signal_connect(G_OBJECT(window), "delete_event", 101 g_signal_connect(G_OBJECT(window), "delete_event",
134 if (window) 132 if (window)
135 gtk_widget_destroy(window); 133 gtk_widget_destroy(window);
136 134
137 window = NULL; 135 window = NULL;
138 136
139 gaim_debug_register_category("raw");
140
141 return TRUE; 137 return TRUE;
142 } 138 }
143 139
144 static GaimPluginInfo info = 140 static GaimPluginInfo info =
145 { 141 {

mercurial