X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=src%2Fui_pref.h;h=2e669c5ef8e002e70ceb87509448d191f4e911d5;hp=42c886fb581c4979139b671a2255488b52363bfe;hb=620c63bda7a47ddf6cd126ee12c03628894dd18c;hpb=ee0b7212d29624b6321a0eda9c7ba1e17817ba25 diff --git a/src/ui_pref.h b/src/ui_pref.h index 42c886f..2e669c5 100644 --- a/src/ui_pref.h +++ b/src/ui_pref.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2013 jeanfi@gmail.com + * Copyright (C) 2010-2014 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -22,6 +22,6 @@ #include "ui.h" void ui_pref_dialog_run(struct ui_psensor *); -GdkColor *color_to_gdkcolor(struct color *color); +GdkRGBA color_to_GdkRGBA(struct color *color); #endif