diff -Nru nautilus-pushbullet-0.5.0/debian/changelog nautilus-pushbullet-0.5.0/debian/changelog --- nautilus-pushbullet-0.5.0/debian/changelog 2016-07-08 18:54:16.000000000 +0000 +++ nautilus-pushbullet-0.5.0/debian/changelog 2016-07-08 18:56:44.000000000 +0000 @@ -1,8 +1,8 @@ -nautilus-pushbullet (0.5.0-0extras16.04.3) xenial; urgency=medium +nautilus-pushbullet (0.5.0-0extras16.04.4) xenial; urgency=medium * Upload various files - -- Lorenzo Carbonell Fri, 08 Jul 2016 20:54:10 +0200 + -- Lorenzo Carbonell Fri, 08 Jul 2016 20:56:40 +0200 nautilus-pushbullet (0.4.0-0extras16.04.0) xenial; urgency=medium diff -Nru nautilus-pushbullet-0.5.0/src/nautilus-pushbullet.py nautilus-pushbullet-0.5.0/src/nautilus-pushbullet.py --- nautilus-pushbullet-0.5.0/src/nautilus-pushbullet.py 2016-07-08 18:53:51.000000000 +0000 +++ nautilus-pushbullet-0.5.0/src/nautilus-pushbullet.py 2016-07-08 18:56:19.000000000 +0000 @@ -49,9 +49,6 @@ from progreso import Progreso from doitinbackgroundbullet import DoitInBackgroundVarious from dialogs import SendToDialog - import inspect - clsmembers = inspect.getmembers(sys.modules[__name__], inspect.isclass) - print(clsmembers) except Exception as e: print(e) exit(-1) @@ -144,7 +141,7 @@ print(e) def on_send_push_clicked(self, widget, selected): - # try: + try: if self.is_login is True and internet_on() is True: devices = self.pushBulletService.getDevices() contacts = self.pushBulletService.getContacts() @@ -181,7 +178,6 @@ ttype = ans['type'] files = get_files(selected) progreso = Progreso(_('Pushing files'), None, len(files)) - print(self.pushBulletService.send_a_file) dibv = DoitInBackgroundVarious( self.pushBulletService.send_a_file, files, @@ -194,8 +190,8 @@ dibv.start() progreso.run() cm.destroy() - # except Exception as e: - # print(e) + except Exception as e: + print(e) def get_file_items(self, window, sel_items): """Adds the 'Replace in Filenames' menu item to the File Manager @@ -210,9 +206,6 @@ submenu = FileManager.Menu() top_menuitem.set_submenu(submenu) try: - print('====') - print(self.pushBulletService, self.pushBulletService.is_login()) - print('====') if self.pushBulletService is not None and\ self.is_login is True: sub_menuitem_95 = FileManager.MenuItem(