diff options
Diffstat (limited to 'settings/xfpm-settings.c')
-rw-r--r-- | settings/xfpm-settings.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/settings/xfpm-settings.c b/settings/xfpm-settings.c index f8ffd273..d7e94574 100644 --- a/settings/xfpm-settings.c +++ b/settings/xfpm-settings.c @@ -2249,11 +2249,7 @@ static void dialog_response_cb (GtkDialog *dialog, gint response, XfconfChannel switch(response) { case GTK_RESPONSE_HELP: -#if LIBXFCE4UI_CHECK_VERSION(4, 11, 1) xfce_dialog_show_help_with_version (NULL, "xfce4-power-manager", "start", NULL, XFPM_VERSION_SHORT); -#else - xfce_dialog_show_help (NULL, "xfce4-power-manager", "start", NULL); -#endif break; default: settings_quit (GTK_WIDGET (dialog), channel); |