Restores icons "Proceed to Burn", "Burn Composition", "Burn image" and "Blank". --- xfburn/xfburn-blank-dialog.c | 2 +- xfburn/xfburn-burn-audio-cd-composition-dialog.c | 2 +- xfburn/xfburn-burn-data-composition-base-dialog.c | 2 +- xfburn/xfburn-burn-image-dialog.c | 2 +- xfburn/xfburn-disc-usage.c | 2 +- xfburn/xfburn-main-window.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/xfburn/xfburn-blank-dialog.c b/xfburn/xfburn-blank-dialog.c index ed3ded6..2ea14d9 100644 --- a/xfburn/xfburn-blank-dialog.c +++ b/xfburn/xfburn-blank-dialog.c @@ -241,7 +241,7 @@ xfburn_blank_dialog_init (XfburnBlankDialog * obj) gtk_widget_show (button); gtk_dialog_add_action_widget (GTK_DIALOG (obj), button, GTK_RESPONSE_CANCEL); - button = xfce_gtk_button_new_mixed ("xfburn-blank-cdrw", _("_Blank")); + button = xfce_gtk_button_new_mixed ("stock_xfburn-blank-cdrw", _("_Blank")); gtk_widget_show (button); gtk_dialog_add_action_widget (GTK_DIALOG (obj), button, GTK_RESPONSE_OK); GTK_WIDGET_SET_FLAGS (button, GTK_CAN_DEFAULT); diff --git a/xfburn/xfburn-burn-audio-cd-composition-dialog.c b/xfburn/xfburn-burn-audio-cd-composition-dialog.c index 8cd6581..12289e6 100644 --- a/xfburn/xfburn-burn-audio-cd-composition-dialog.c +++ b/xfburn/xfburn-burn-audio-cd-composition-dialog.c @@ -219,7 +219,7 @@ xfburn_burn_audio_cd_composition_dialog_constructor (GType type, guint n_constru gtk_widget_show (button); gtk_dialog_add_action_widget (GTK_DIALOG (obj), button, GTK_RESPONSE_CANCEL); - priv->button_proceed = button = xfce_gtk_button_new_mixed ("xfburn-burn-cd", _("_Burn Composition")); + priv->button_proceed = button = xfce_gtk_button_new_mixed ("stock_xfburn-burn-cd", _("_Burn Composition")); gtk_widget_show (button); gtk_dialog_add_action_widget (GTK_DIALOG (obj), button, GTK_RESPONSE_OK); diff --git a/xfburn/xfburn-burn-data-composition-base-dialog.c b/xfburn/xfburn-burn-data-composition-base-dialog.c index ecdd18b..bd965bd 100644 --- a/xfburn/xfburn-burn-data-composition-base-dialog.c +++ b/xfburn/xfburn-burn-data-composition-base-dialog.c @@ -286,7 +286,7 @@ xfburn_burn_data_composition_base_dialog_constructor (GType type, guint n_constr gtk_widget_show (button); gtk_dialog_add_action_widget (GTK_DIALOG (obj), button, GTK_RESPONSE_CANCEL); - priv->button_proceed = button = xfce_gtk_button_new_mixed ("xfburn-burn-cd", _("_Burn Composition")); + priv->button_proceed = button = xfce_gtk_button_new_mixed ("stock_xfburn-burn-cd", _("_Burn Composition")); /* * Disabled: change button_proceed functionality button = create_proceed_button (obj, "xfburn-burn-cd", ""); diff --git a/xfburn/xfburn-burn-image-dialog.c b/xfburn/xfburn-burn-image-dialog.c index afa9d88..251e108 100644 --- a/xfburn/xfburn-burn-image-dialog.c +++ b/xfburn/xfburn-burn-image-dialog.c @@ -240,7 +240,7 @@ xfburn_burn_image_dialog_init (XfburnBurnImageDialog * obj) gtk_widget_show (button); gtk_dialog_add_action_widget (GTK_DIALOG (obj), button, GTK_RESPONSE_CANCEL); - priv->burn_button = xfce_gtk_button_new_mixed ("xfburn-burn-cd", _("_Burn image")); + priv->burn_button = xfce_gtk_button_new_mixed ("stock_xfburn-burn-cd", _("_Burn image")); gtk_widget_show (priv->burn_button); g_signal_connect (G_OBJECT (priv->burn_button), "clicked", G_CALLBACK (cb_clicked_ok), obj); gtk_container_add (GTK_CONTAINER( GTK_DIALOG(obj)->action_area), priv->burn_button); diff --git a/xfburn/xfburn-disc-usage.c b/xfburn/xfburn-disc-usage.c index 9610209..8f0f2bb 100644 --- a/xfburn/xfburn-disc-usage.c +++ b/xfburn/xfburn-disc-usage.c @@ -160,7 +160,7 @@ xfburn_disc_usage_constructor (GType type, guint n_construct_properties, GObject gtk_box_pack_start (GTK_BOX (disc_usage), disc_usage->combo, FALSE, FALSE, BORDER); gtk_widget_show (disc_usage->combo); - disc_usage->button = xfce_gtk_button_new_mixed (XFBURN_STOCK, _("Proceed to Burn")); + disc_usage->button = xfce_gtk_button_new_mixed ("stock_xfburn-burn-cd", _("Proceed to Burn")); gtk_box_pack_start (GTK_BOX (disc_usage), disc_usage->button, FALSE, FALSE, BORDER); gtk_widget_set_sensitive (disc_usage->button, FALSE); gtk_widget_show (disc_usage->button); diff --git a/xfburn/xfburn-main-window.c b/xfburn/xfburn-main-window.c index a2da67e..3bc4210 100644 --- a/xfburn/xfburn-main-window.c +++ b/xfburn/xfburn-main-window.c @@ -129,7 +129,7 @@ static const GtkActionEntry action_entries[] = { {"copy-data", "xfburn-data-copy", N_("Copy Data CD"), NULL, N_("Copy Data CD"), G_CALLBACK (action_copy_cd),}, /*{"copy-audio", "xfburn-audio-copy", N_("Copy Audio CD"), NULL, N_("Copy Audio CD"),}, */ - {"burn-image", "xfburn-burn-cd", N_("Burn Image"), NULL, N_("Burn Image"), + {"burn-image", "stock_xfburn-burn-cd", N_("Burn Image"), NULL, N_("Burn Image"), G_CALLBACK (action_burn_image),}, /* {"copy-dvd", "xfburn-data-copy", N_("Copy DVD"), NULL, N_("Copy DVD"), G_CALLBACK (action_copy_dvd),}, */ -- 2.1.0