remove stdout
This commit is contained in:
@@ -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));
|
||||||
|
Reference in New Issue
Block a user