[gnome-builder] terminal: add G_LOG_DOMAIN



commit 7cc12cc1ff4673030a4c9331681dd28e1fa60006
Author: Christian Hergert <chergert redhat com>
Date:   Wed Sep 21 15:17:03 2016 -0700

    terminal: add G_LOG_DOMAIN

 plugins/terminal/gb-terminal-view.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/terminal/gb-terminal-view.c b/plugins/terminal/gb-terminal-view.c
index 9bcd3ce..eeaf6bf 100644
--- a/plugins/terminal/gb-terminal-view.c
+++ b/plugins/terminal/gb-terminal-view.c
@@ -16,9 +16,9 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+#define G_LOG_DOMAIN "gb-terminal-view"
+
+#include "config.h"
 
 #include <fcntl.h>
 #include <glib/gi18n.h>


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