pos fix for picons dialog

This commit is contained in:
DYefremov
2018-03-07 23:56:21 +03:00
parent c3e880890e
commit ae6f0e1ae2
2 changed files with 9 additions and 7 deletions

View File

@@ -126,7 +126,7 @@ class PiconsDialog:
providers = self.get_selected_providers()
for prv in providers:
if not prv[2].isdigit():
if not prv[2] and prv[2][:-2].isdigit():
self.show_info_message(
get_message("Specify the correct position value for the provider!"), Gtk.MessageType.ERROR)
return