remove stdout
This commit is contained in:
parent
c39308872d
commit
fe5d7392c7
@ -118,7 +118,6 @@ namespace Pamac {
|
|||||||
terminal_background.rgba = rgba;
|
terminal_background.rgba = rgba;
|
||||||
tmp = rgba.parse (transaction.terminal_foreground);
|
tmp = rgba.parse (transaction.terminal_foreground);
|
||||||
terminal_foreground.rgba = rgba;
|
terminal_foreground.rgba = rgba;
|
||||||
stdout.printf(transaction.terminal_background);
|
|
||||||
|
|
||||||
// populate ignorepkgs_liststore
|
// populate ignorepkgs_liststore
|
||||||
ignorepkgs_liststore = new Gtk.ListStore (1, typeof (string));
|
ignorepkgs_liststore = new Gtk.ListStore (1, typeof (string));
|
||||||
|
Loading…
Reference in New Issue
Block a user