summaryrefslogtreecommitdiff
path: root/packages/net-p2p/retroshare/files/disable_key_array_redraw.patch
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-11 19:21:19 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-11 19:21:19 +0300
commit5e351f4ee85102acc1fca033f6ba86ff7fe3705a (patch)
tree173aea419b3c754421c3ae7c00a3dd3f08bfc3de /packages/net-p2p/retroshare/files/disable_key_array_redraw.patch
parentbb21f1eb84acdf92d5eb628db9fc80f25e2cc4fe (diff)
moved edited exherbo packages to separate repo "git://sss.chaoslab.ru/exherbo-edits-repo.git"
added latest codelite stable tag release as git-master failing to build
Diffstat (limited to 'packages/net-p2p/retroshare/files/disable_key_array_redraw.patch')
-rw-r--r--packages/net-p2p/retroshare/files/disable_key_array_redraw.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/packages/net-p2p/retroshare/files/disable_key_array_redraw.patch b/packages/net-p2p/retroshare/files/disable_key_array_redraw.patch
deleted file mode 100644
index 8bca5fa..0000000
--- a/packages/net-p2p/retroshare/files/disable_key_array_redraw.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/retroshare-gui/src/gui/NetworkView.cpp b/retroshare-gui/src/gui/NetworkView.cpp
-index 44c99736d..a4d452ec0 100644
---- a/retroshare-gui/src/gui/NetworkView.cpp
-+++ b/retroshare-gui/src/gui/NetworkView.cpp
-@@ -36,7 +36,7 @@
-
- /** Constructor */
- NetworkView::NetworkView(QWidget *parent)
--: RsAutoUpdatePage(60000,parent)
-+/*: RsAutoUpdatePage(60000,parent) */
- {
- /* Invoke the Qt Designer generated object setup routine */
- ui.setupUi(this);
-@@ -90,9 +90,9 @@ void NetworkView::changedFoFCheckBox( )
- }
- void NetworkView::redraw()
- {
-- ui.graphicsView->clearNodesPositions() ;
-+/* ui.graphicsView->clearNodesPositions() ;
- clear() ;
-- updateDisplay() ;
-+ updateDisplay() ; */
- }
-
- void NetworkView::clear()