commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 07/25: grc: remove 'Showing: ...' messages


From: git
Subject: [Commit-gnuradio] [gnuradio] 07/25: grc: remove 'Showing: ...' messages
Date: Fri, 27 May 2016 19:14:58 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch master
in repository gnuradio.

commit 6353fdb06608edc23c837afaab93dd09dc583d2c
Author: Sebastian Koslowski <address@hidden>
Date:   Tue May 10 22:18:14 2016 +0200

    grc: remove 'Showing: ...' messages
---
 grc/core/Messages.py  | 4 ----
 grc/gui/MainWindow.py | 1 -
 2 files changed, 5 deletions(-)

diff --git a/grc/core/Messages.py b/grc/core/Messages.py
index da50487..8daa12c 100644
--- a/grc/core/Messages.py
+++ b/grc/core/Messages.py
@@ -66,10 +66,6 @@ def send_init(platform):
     )
 
 
-def send_page_switch(file_path):
-    send('\nShowing: "%s"\n' % file_path)
-
-
 def send_xml_errors_if_any(xml_failures):
     if xml_failures:
         send('\nXML parser: Found {0} erroneous XML file{1} while loading the '
diff --git a/grc/gui/MainWindow.py b/grc/gui/MainWindow.py
index 6da240d..ff77058 100644
--- a/grc/gui/MainWindow.py
+++ b/grc/gui/MainWindow.py
@@ -148,7 +148,6 @@ class MainWindow(gtk.Window):
             page_num: new page number
         """
         self.current_page = self.notebook.get_nth_page(page_num)
-        Messages.send_page_switch(self.current_page.get_file_path())
         Actions.PAGE_CHANGE()
 
     ############################################################



reply via email to

[Prev in Thread] Current Thread [Next in Thread]