Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/rcw.c
diff options
context:
space:
mode:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2022-05-10 12:28:18 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-05-10 12:28:18 +0300
commitc43b0553904c69e54371c10e36cfac9a9ce8d2d6 (patch)
tree2aaf33fc84d5f746c61a9d3f5b323d8fc2ca8daa /src/rcw.c
parenta52c7802656232d34d801d6fbadb76580c46eacd (diff)
value TRUE of type 'gboolean' is invalid or out of range
Signed-off-by: Antenore Gatta (tmow) <antenore@simbiosi.org>
Diffstat (limited to 'src/rcw.c')
-rw-r--r--src/rcw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rcw.c b/src/rcw.c
index 98b8cd629..de87e0474 100644
--- a/src/rcw.c
+++ b/src/rcw.c
@@ -3695,7 +3695,7 @@ static RemminaConnectionWindow *rcw_create_scrolled(gint width, gint height, gbo
gtk_widget_realize(GTK_WIDGET(cnnwin));
gtk_window_set_default_size(GTK_WINDOW(cnnwin), width, height);
- g_object_set(settings, "gtk-application-prefer-dark-theme", &remmina_pref.dark_theme, NULL);
+ g_object_set(settings, "gtk-application-prefer-dark-theme", remmina_pref.dark_theme, NULL);
/* Create the toolbar */
toolbar = rcw_create_toolbar(cnnwin, SCROLLED_WINDOW_MODE);