Mercurial > pidgin
comparison src/plugins.c @ 1057:d50d3abb9eb7
[gaim-migrate @ 1067]
attempting to pass -Wall (at least for app)
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 03 Nov 2000 10:46:58 +0000 |
| parents | ece2d1543b20 |
| children | 4927ce25d8cc |
comparison
equal
deleted
inserted
replaced
| 1056:bde34730789c | 1057:d50d3abb9eb7 |
|---|---|
| 473 | 473 |
| 474 void list_clicked(GtkWidget *w, struct gaim_plugin *p) { | 474 void list_clicked(GtkWidget *w, struct gaim_plugin *p) { |
| 475 gchar *temp; | 475 gchar *temp; |
| 476 guint text_len; | 476 guint text_len; |
| 477 void (*gaim_plugin_config)(); | 477 void (*gaim_plugin_config)(); |
| 478 char *error; | |
| 479 | 478 |
| 480 if (confighandle != 0) | 479 if (confighandle != 0) |
| 481 gtk_signal_disconnect(GTK_OBJECT(config), confighandle); | 480 gtk_signal_disconnect(GTK_OBJECT(config), confighandle); |
| 482 text_len = gtk_text_get_length(GTK_TEXT(plugtext)); | 481 text_len = gtk_text_get_length(GTK_TEXT(plugtext)); |
| 483 gtk_text_set_point(GTK_TEXT(plugtext), 0); | 482 gtk_text_set_point(GTK_TEXT(plugtext), 0); |
