[Xfce4-commits] <xfce4-calculator-plugin:master> * panel-plugin/calculator.c (calc_configure): Remove out-commented lines.

Erik Edelmann noreply at xfce.org
Tue Jun 29 22:50:17 CEST 2010


Updating branch refs/heads/master
         to b59ac19a5cfac692d84abd928c45a8e0690bcbe7 (commit)
       from 58af27d8e2edf6bd56c696636906afae0c6b96bc (commit)

commit b59ac19a5cfac692d84abd928c45a8e0690bcbe7
Author: Erik Edelmann <erik_e at iki.fi>
Date:   Sun Mar 28 01:14:06 2010 +0200

    * panel-plugin/calculator.c (calc_configure): Remove out-commented lines.

 panel-plugin/calculator.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/calculator.c b/panel-plugin/calculator.c
index 577b11f..2d8fc95 100644
--- a/panel-plugin/calculator.c
+++ b/panel-plugin/calculator.c
@@ -409,10 +409,8 @@ static void calc_configure(XfcePanelPlugin *plugin, CalcPlugin *calc)
     gtk_widget_show(size_label);
     adjustment = gtk_adjustment_new(calc->hist_size, 0, 100, 1, 10, 20);
     size_spin = gtk_spin_button_new(GTK_ADJUSTMENT(adjustment), 1, 0);
-    //gtk_widget_add_mnemonic_label (size_spin, size_label);
     gtk_box_pack_start(GTK_BOX(hbox), size_spin, FALSE, TRUE, 0);
     gtk_widget_show (size_spin);
-    //gtk_spin_button_set_value (GTK_SPIN_BUTTON (size_spin), calc->size);
     g_signal_connect(size_spin, "value-changed", G_CALLBACK(calc_hist_size_changed), calc);
 
 



More information about the Xfce4-commits mailing list