diff options
author | fiaxh <git@mx.ax.lt> | 2017-04-08 11:53:10 +0200 |
---|---|---|
committer | fiaxh <git@mx.ax.lt> | 2017-04-10 15:47:17 +0200 |
commit | d8881c4b16a1cd376dd69304c44444aee581da32 (patch) | |
tree | 2c290ce70c941c30211f7fc091d4907c60ee776d /main/src/ui/util.vala | |
parent | d6e742eb611f28fc2fcfbb67d4246f862df5c1c9 (diff) | |
download | dino-d8881c4b16a1cd376dd69304c44444aee581da32.tar.gz dino-d8881c4b16a1cd376dd69304c44444aee581da32.zip |
Show account status (incl errors) in ManageAccounts.Dialog
Diffstat (limited to 'main/src/ui/util.vala')
-rw-r--r-- | main/src/ui/util.vala | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/src/ui/util.vala b/main/src/ui/util.vala index 993a996f..4df785c0 100644 --- a/main/src/ui/util.vala +++ b/main/src/ui/util.vala @@ -82,7 +82,6 @@ public class Util : Object { private const string force_background_css = "%s { background-color: %s; }"; private const string force_color_css = "%s { color: %s; }"; - private static void force_css(Gtk.Widget widget, string css) { var p = new Gtk.CssProvider(); try { |