Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
zekiahmetbayar committed Sep 4, 2020
1 parent 6c0b121 commit 2a031d4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/usr/local/bin/valf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#/usr/bin/python3
import gi
import os
import getpass
Expand All @@ -17,8 +18,8 @@
import paramiko
from subprocess import run, PIPE
import glob
from /usr/local/bin/file_transfer import onRowCollapsed,onRowExpanded,populateFileSystemTreeStore,on_tree_selection_changed
from /usr/local/bin/ssh_file_transfer import onRowCollapsed2,onRowExpanded2,populateFileSystemTreeStore2,on_tree_selection_changed2,ssh_connect
from file_transfer import onRowCollapsed,onRowExpanded,populateFileSystemTreeStore,on_tree_selection_changed
from ssh_file_transfer import onRowCollapsed2,onRowExpanded2,populateFileSystemTreeStore2,on_tree_selection_changed2,ssh_connect
from gi.repository.GdkPixbuf import Pixbuf
import pexpect
import subprocess
Expand Down Expand Up @@ -56,7 +57,7 @@ def main(self):
self.add(table)
self.listbox = Gtk.ListBox() # Bağlantıların listelendiği listbox tanımlanması
self.listbox_add_items()
self.set_icon_from_file(os.getcwd() + '/usr/share/icons/Valf/icon.png')
self.set_icon_from_file('/usr/share/icons/Valf/icon.png')

searchentry = Gtk.SearchEntry() # Searchbox tanımlanması
searchentry.connect("activate",self.on_search_activated)
Expand Down

0 comments on commit 2a031d4

Please sign in to comment.