X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fui_pref.h;h=2e669c5ef8e002e70ceb87509448d191f4e911d5;hb=7a4342537e07bb2ed47940f735f770407e1c5f42;hp=9670624e98b6df19c97c8e02f7c3ccd0833fc125;hpb=aa433d8260471f960805ed2aafe39c4093c1d51c;p=psensor-pkg-ubuntu.git diff --git a/src/ui_pref.h b/src/ui_pref.h index 9670624..2e669c5 100644 --- a/src/ui_pref.h +++ b/src/ui_pref.h @@ -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