X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=blobdiff_plain;f=src%2Fui_sensorpref.h;h=692dedc192fe4eb1525d59b45029b8818db7da0e;hp=25ac0f26cb6b27f5edfbc7bb7426f092ee26f524;hb=c1e20f2631a1249720e9c75d753eacfcb0f6c7b9;hpb=0ef6b5963fe07dcdf417058327a35b1655e44498 diff --git a/src/ui_sensorpref.h b/src/ui_sensorpref.h index 25ac0f2..692dedc 100644 --- a/src/ui_sensorpref.h +++ b/src/ui_sensorpref.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2014 jeanfi@gmail.com + * Copyright (C) 2010-2016 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 @@ -33,5 +33,6 @@ void ui_sensorpref_color_set_cb(GtkColorButton *, gpointer); void ui_sensorpref_alarm_high_threshold_changed_cb(GtkSpinButton *, gpointer); void ui_sensorpref_alarm_low_threshold_changed_cb(GtkSpinButton *, gpointer); void ui_sensorpref_tree_selection_changed_cb(GtkTreeSelection *, gpointer); +void ui_sensorpref_close_clicked_cb(GtkButton *, gpointer); #endif