summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-02-01 18:15:09 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-02-01 18:15:09 +0000
commit1d0c7ea1bb78ea1248f2400507c12c29fd284219 (patch)
tree260359d7552ecc79042244e7db16e58f221afd18 /gtk
parent2fc5429c28aeef6c75e2f6180d782296f1c28d0c (diff)
downloadgdk-pixbuf-1d0c7ea1bb78ea1248f2400507c12c29fd284219.tar.gz
Fix many instances of "the the" in docs and comments. (#165815, Masao
2005-02-01 Matthias Clasen <mclasen@redhat.com> * */*.c: Fix many instances of "the the" in docs and comments. (#165815, Masao Mutoh)
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkbbox.c2
-rw-r--r--gtk/gtkcontainer.c2
-rw-r--r--gtk/gtkdnd.c4
-rw-r--r--gtk/gtkentry.c2
-rw-r--r--gtk/gtkfilechooser.c4
-rw-r--r--gtk/gtkfilesel.c2
-rw-r--r--gtk/gtkfilesystemmodel.c4
-rw-r--r--gtk/gtkradioaction.c2
-rw-r--r--gtk/gtkrc.c2
-rw-r--r--gtk/gtktreeview.c4
-rw-r--r--gtk/gtkwidget.c2
-rw-r--r--gtk/gtkwindow.c2
12 files changed, 16 insertions, 16 deletions
diff --git a/gtk/gtkbbox.c b/gtk/gtkbbox.c
index 1974b57ea..ac9a9d1d3 100644
--- a/gtk/gtkbbox.c
+++ b/gtk/gtkbbox.c
@@ -376,7 +376,7 @@ gtk_button_box_get_child_secondary (GtkButtonBox *widget,
*
* This group appears after the other children if the style
* is %GTK_BUTTONBOX_START, %GTK_BUTTONBOX_SPREAD or
- * %GTK_BUTTONBOX_EDGE, and before the the other children if the style
+ * %GTK_BUTTONBOX_EDGE, and before the other children if the style
* is %GTK_BUTTONBOX_END. For horizontal button boxes, the definition
* of before/after depends on direction of the widget (see
* gtk_widget_set_direction()). If the style is %GTK_BUTTONBOX_START
diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c
index c8b070ed4..51ae7e3b3 100644
--- a/gtk/gtkcontainer.c
+++ b/gtk/gtkcontainer.c
@@ -1364,7 +1364,7 @@ gtk_container_set_focus_child (GtkContainer *container,
* gtk_container_get_children:
* @container: a #GtkContainer.
*
- * Returns the the container's non-internal children. See
+ * Returns the container's non-internal children. See
* gtk_container_forall() for details on what constitutes an "internal" child.
*
* Return value: a newly-allocated list of the container's non-internal children.
diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c
index df4f11656..e58187475 100644
--- a/gtk/gtkdnd.c
+++ b/gtk/gtkdnd.c
@@ -2700,7 +2700,7 @@ gtk_drag_set_icon_pixbuf (GdkDragContext *context,
* @hot_x: the X offset within the icon of the hotspot.
* @hot_y: the Y offset within the icon of the hotspot.
*
- * Sets the the icon for a given drag from a stock ID.
+ * Sets the icon for a given drag from a stock ID.
**/
void
gtk_drag_set_icon_stock (GdkDragContext *context,
@@ -3500,7 +3500,7 @@ gtk_drag_end (GtkDragSourceInfo *info, guint32 time)
gtk_drag_key_cb,
info);
- /* Send on a release pair to the the original
+ /* Send on a release pair to the original
* widget to convince it to release its grab. We need to
* call gtk_propagate_event() here, instead of
* gtk_widget_event() because widget like GtkList may
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index 62544d83b..7a81353c8 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -3391,7 +3391,7 @@ gtk_entry_adjust_scroll (GtkEntry *entry)
* the right, when the scroll is at the utmost right. This
* looks better to to me than confining the cursor inside the
* border entirely, though it means that the cursor gets one
- * pixel closer to the the edge of the widget on the right than
+ * pixel closer to the edge of the widget on the right than
* on the left. This might need changing if one changed
* INNER_BORDER from 2 to 1, as one would do on a
* small-screen-real-estate display.
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c
index ee774aeef..83c95f1f4 100644
--- a/gtk/gtkfilechooser.c
+++ b/gtk/gtkfilechooser.c
@@ -433,7 +433,7 @@ gtk_file_chooser_get_filename (GtkFileChooser *chooser)
* @chooser: a #GtkFileChooser
* @filename: the filename to set as current
*
- * Sets @filename as the current filename for the the file chooser;
+ * Sets @filename as the current filename for the file chooser;
* If the file name isn't in the current folder of @chooser, then the
* current folder of @chooser will be changed to the folder containing
* @filename. This is equivalent to a sequence of
@@ -721,7 +721,7 @@ gtk_file_chooser_get_uri (GtkFileChooser *chooser)
* @chooser: a #GtkFileChooser
* @uri: the URI to set as current
*
- * Sets the file referred to by @uri as the current file for the the
+ * Sets the file referred to by @uri as the current file for the
* file chooser; If the file name isn't in the current folder of @chooser,
* then the current folder of @chooser will be changed to the folder containing
* @uri. This is equivalent to a sequence of gtk_file_chooser_unselect_all()
diff --git a/gtk/gtkfilesel.c b/gtk/gtkfilesel.c
index 5ab0abda8..4b62d2b0f 100644
--- a/gtk/gtkfilesel.c
+++ b/gtk/gtkfilesel.c
@@ -3056,7 +3056,7 @@ open_user_dir (const gchar *text_to_complete,
#endif
-/* open a directory relative the the current relative directory */
+/* open a directory relative to the current relative directory */
static CompletionDir*
open_relative_dir (gchar *dir_name,
CompletionDir *dir,
diff --git a/gtk/gtkfilesystemmodel.c b/gtk/gtkfilesystemmodel.c
index 4bb32a3b1..4f8ced177 100644
--- a/gtk/gtkfilesystemmodel.c
+++ b/gtk/gtkfilesystemmodel.c
@@ -1124,8 +1124,8 @@ _gtk_file_system_model_set_filter (GtkFileSystemModel *model,
* then unrefs all the parent nodes.
*
* The reason for doing this operation as a callback
- * is so that if the operation performed with the the
- * path and iter results in referencing the the node
+ * is so that if the operation performed with the
+ * path and iter results in referencing the node
* and/or parent nodes, we don't load all the information
* about the nodes.
*
diff --git a/gtk/gtkradioaction.c b/gtk/gtkradioaction.c
index a607d16ec..ec761e176 100644
--- a/gtk/gtkradioaction.c
+++ b/gtk/gtkradioaction.c
@@ -440,7 +440,7 @@ gtk_radio_action_set_group (GtkRadioAction *action,
* gtk_radio_action_get_current_value:
* @action: a #GtkRadioAction
*
- * Obtains the value property of the the currently active member of
+ * Obtains the value property of the currently active member of
* the group to which @action belongs.
*
* Return value: The value of the currently active group member
diff --git a/gtk/gtkrc.c b/gtk/gtkrc.c
index 49f05b9f7..08b7721a8 100644
--- a/gtk/gtkrc.c
+++ b/gtk/gtkrc.c
@@ -2086,7 +2086,7 @@ gtk_rc_init_style (GtkRcContext *context,
GSList *tmp_styles;
GType rc_style_type = GTK_TYPE_RC_STYLE;
- /* Find the the first style where the RC file specified engine "" {}
+ /* Find the first style where the RC file specified engine "" {}
* or the first derived style and use that to create the
* merged style. If we only have raw GtkRcStyles, use the first
* style to create the merged style.
diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c
index 3e4d96489..3eb8b8139 100644
--- a/gtk/gtktreeview.c
+++ b/gtk/gtktreeview.c
@@ -9222,7 +9222,7 @@ gtk_tree_view_new_with_model (GtkTreeModel *model)
* gtk_tree_view_get_model:
* @tree_view: a #GtkTreeView
*
- * Returns the model the the #GtkTreeView is based on. Returns %NULL if the
+ * Returns the model the #GtkTreeView is based on. Returns %NULL if the
* model is unset.
*
* Return value: A #GtkTreeModel, or %NULL if none is currently being used.
@@ -9508,7 +9508,7 @@ gtk_tree_view_get_headers_visible (GtkTreeView *tree_view)
* @tree_view: A #GtkTreeView.
* @headers_visible: %TRUE if the headers are visible
*
- * Sets the the visibility state of the headers.
+ * Sets the visibility state of the headers.
**/
void
gtk_tree_view_set_headers_visible (GtkTreeView *tree_view,
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index 8ebee8817..8323e2e84 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -3257,7 +3257,7 @@ destroy_accel_path (gpointer data)
/**
* gtk_widget_set_accel_path:
* @widget: a #GtkWidget
- * @accel_path: path used to look up the the accelerator
+ * @accel_path: path used to look up the accelerator
* @accel_group: a #GtkAccelGroup.
*
* Given an accelerator group, @accel_group, and an accelerator path,
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index 83cd6c1c8..bd58f3e7b 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -6670,7 +6670,7 @@ gtk_window_is_active (GtkWindow *window)
* For real toplevel windows, this is identical to gtk_window_is_active(),
* but for embedded windows, like #GtkPlug, the results will differ.
*
- * Return value: %TRUE if the the input focus is within this GtkWindow
+ * Return value: %TRUE if the input focus is within this GtkWindow
*
* Since: 2.4
**/