Commit caa01ac3c0c223a085b37acbd5a4727495ff6dcf
1 parent
249b34eb
Exists in
master
and in
5 other branches
Removendo mensagem de debug.
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
src/pw3270/v3270ft/set.c
| ... | ... | @@ -145,8 +145,6 @@ void v3270ftprogress_set_header(GtkWidget *widget, const gchar *status) { |
| 145 | 145 | |
| 146 | 146 | #ifdef HAVE_GTK_HEADER_BAR |
| 147 | 147 | gtk_header_bar_set_subtitle(GTK_HEADER_BAR(gtk_dialog_get_header_bar(GTK_DIALOG(widget))),status); |
| 148 | -#else | |
| 149 | - #warning aqui | |
| 150 | 148 | #endif |
| 151 | 149 | |
| 152 | 150 | } | ... | ... |