Explorar o código

Change vte widget to use rgba

Héctor García %!s(int64=10) %!d(string=hai) anos
pai
achega
42af88693d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
     }
 }