From: Étienne Buira <etienne.bu...@gmail.com>

Not doing so resetted background color to black whenever some prefs
other than background color were updated.
---
 src/ui_misc.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/ui_misc.c b/src/ui_misc.c
index 461e1ee..ca0880e 100644
--- a/src/ui_misc.c
+++ b/src/ui_misc.c
@@ -1662,6 +1662,8 @@ GtkWidget *pref_color_button_new(GtkWidget *parent_box,
                gtk_widget_show(button);
                }
 
+       *(GdkColor*)data = *color;
+
        return button;
 }
 
-- 
2.3.6


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel

Reply via email to