Browse Source

Change vte widget to use rgba

Héctor García 10 years ago
parent
commit
42af88693d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/mssh-gconf.c

+ 1 - 1
src/mssh-gconf.c

@@ -61,7 +61,7 @@ void mssh_gconf_notify_bg_colour(GConfClient *client, guint cnxn_id,
 
     for(i = 0; i < window->terminals->len; i++)
     {
-        vte_terminal_set_color_background(VTE_TERMINAL(g_array_index(
+        vte_terminal_set_color_background_rgba(VTE_TERMINAL(g_array_index(
             window->terminals, MSSHTerminal*, i)), &colour);
     }
 }