[Commits] inputdialog.c 1.2.2.47 1.2.2.48
colin at claws-mail.org
colin at claws-mail.org
Fri Sep 14 09:31:57 CEST 2012
Update of /home/claws-mail/claws/src/gtk
In directory srv:/tmp/cvs-serv16395/src/gtk
Modified Files:
Tag: gtk2
inputdialog.c
Log Message:
2012-09-14 [colin] 3.8.1cvs58
* src/gtk/inputdialog.c
Remove unused var, thanks Ticho
Index: inputdialog.c
===================================================================
RCS file: /home/claws-mail/claws/src/gtk/inputdialog.c,v
retrieving revision 1.2.2.47
retrieving revision 1.2.2.48
diff -u -d -r1.2.2.47 -r1.2.2.48
--- inputdialog.c 7 Jul 2012 07:09:35 -0000 1.2.2.47
+++ inputdialog.c 14 Sep 2012 07:31:55 -0000 1.2.2.48
@@ -303,7 +303,6 @@
static void input_dialog_create(gboolean is_password)
{
static PangoFontDescription *font_desc;
- GtkWidget *w_hbox;
GtkWidget *hbox;
GtkWidget *vbox;
GtkWidget *cancel_button;
@@ -330,8 +329,6 @@
FALSE, FALSE, 0);
/* for title label */
- w_hbox = gtk_hbox_new(FALSE, 0);
-
icon_q = gtk_image_new_from_stock(GTK_STOCK_DIALOG_QUESTION,
GTK_ICON_SIZE_DIALOG);
gtk_misc_set_alignment (GTK_MISC (icon_q), 0.5, 0.0);
More information about the Commits
mailing list