mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Specify the QofLogModule directly
This commit is contained in:
parent
718402f663
commit
42a1c0a3a9
@ -35,7 +35,7 @@
|
|||||||
#include "dialog-utils.h"
|
#include "dialog-utils.h"
|
||||||
#include <qoflog.h>
|
#include <qoflog.h>
|
||||||
|
|
||||||
static const QofLogModule log_module = G_LOG_DOMAIN;
|
static const QofLogModule log_module = "gnc.gui.dense-cal";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Marking ...
|
* Marking ...
|
||||||
@ -73,9 +73,6 @@ static const int DENSE_CAL_DEFAULT_HEIGHT = 105;
|
|||||||
static const int MINOR_BORDER_SIZE = 1;
|
static const int MINOR_BORDER_SIZE = 1;
|
||||||
static const int COL_BORDER_SIZE = 3;
|
static const int COL_BORDER_SIZE = 3;
|
||||||
|
|
||||||
#undef G_LOG_DOMAIN
|
|
||||||
#define G_LOG_DOMAIN "gnc.gui.dense-cal"
|
|
||||||
|
|
||||||
static void gnc_dense_cal_finalize (GObject *object);
|
static void gnc_dense_cal_finalize (GObject *object);
|
||||||
static void gnc_dense_cal_dispose (GObject *object);
|
static void gnc_dense_cal_dispose (GObject *object);
|
||||||
static void gnc_dense_cal_realize (GtkWidget *widget, gpointer user_data);
|
static void gnc_dense_cal_realize (GtkWidget *widget, gpointer user_data);
|
||||||
|
Loading…
Reference in New Issue
Block a user