forked from AuroraMiddleware/gtk
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:
parent
0d9bebe650
commit
ea6731b779
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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,
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user