don't convert float to bool

This commit is contained in:
Simon Gomizelj 2013-06-17 01:56:29 -04:00
parent 30ec184e77
commit 7c949dc22d
1 changed files with 1 additions and 1 deletions

View File

@ -1399,7 +1399,7 @@ int main(int argc, char **argv) {
g_free(geometry);
}
if (trans) {
if (trans > 0.0) {
info.config.opacity_set = true;
set_opacity(GTK_WIDGET(window), vte, trans);
}