Remove an unused variable.

2006-01-14  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkentry.c (gtk_entry_drag_data_received): Remove
	an unused variable.
This commit is contained in:
Matthias Clasen 2006-01-15 04:44:26 +00:00 committed by Matthias Clasen
parent 0d9bebe650
commit ea6731b779
6 changed files with 22 additions and 5 deletions

View File

@ -1,5 +1,8 @@
2006-01-14 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c (gtk_entry_drag_data_received): Remove
an unused variable.
* gtk/gtkiconfactory.c (get_default_icons): Register RTL
versions of the indent and unindent icons. (#326857,
Itai Bar-Haim)

View File

@ -1,5 +1,8 @@
2006-01-14 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c (gtk_entry_drag_data_received): Remove
an unused variable.
* gtk/gtkiconfactory.c (get_default_icons): Register RTL
versions of the indent and unindent icons. (#326857,
Itai Bar-Haim)

View File

@ -1,3 +1,9 @@
2006-01-14 Matthias Clasen <mclasen@redhat.com>
* gtk/Makefile.am (HTML_IMAGES):
* gtk/tmpl/gtkstock.sgml: Add rtl variants of indent
and unindent icons.
2006-01-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk-sections.txt: Add gtk_widget_get_action,

View File

@ -176,8 +176,10 @@ HTML_IMAGES = \
$(top_srcdir)/gtk/stock-icons/24/gtk-help.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-home.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-index.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-indent.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-unindent.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-indent-ltr.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-indent-rtl.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-unindent-ltr.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-unindent-rtl.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-italic.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-jump-to-ltr.png \
$(top_srcdir)/gtk/stock-icons/24/gtk-jump-to-rtl.png \

View File

@ -461,7 +461,9 @@ The "Home" item.
<!-- ##### MACRO GTK_STOCK_INDENT ##### -->
<para>
The "Indent" item.
<inlinegraphic fileref="gtk-indent.png" format="PNG"></inlinegraphic>
<inlinegraphic fileref="gtk-indent-ltr.png" format="PNG"></inlinegraphic>
RTL variant
<inlinegraphic fileref="gtk-indent-rtl.png" format="PNG"></inlinegraphic>
</para>
@Since: 2.4
@ -870,7 +872,9 @@ RTL variant
<!-- ##### MACRO GTK_STOCK_UNINDENT ##### -->
<para>
The "Unindent" item.
<inlinegraphic fileref="gtk-unindent.png" format="PNG"></inlinegraphic>
<inlinegraphic fileref="gtk-unindent-ltr.png" format="PNG"></inlinegraphic>
RTL variant
<inlinegraphic fileref="gtk-unindent-rtl.png" format="PNG"></inlinegraphic>
</para>
@Since: 2.4

View File

@ -4873,7 +4873,6 @@ gtk_entry_drag_data_received (GtkWidget *widget,
guint time)
{
GtkEntry *entry = GTK_ENTRY (widget);
GtkEntryPrivate *priv = GTK_ENTRY_GET_PRIVATE (widget);
GtkEditable *editable = GTK_EDITABLE (widget);
gchar *str;