pidgin.next.minor: 4f069b64: s/sucess/success/ in a few places
markdoliner at pidgin.im
markdoliner at pidgin.im
Mon Jan 26 01:40:27 EST 2009
-----------------------------------------------------------------
Revision: 4f069b642afcab63399b02251511521cc272bd66
Ancestor: 6cd74e604bada1e976b7f77d541035c2a760fb56
Author: markdoliner at pidgin.im
Date: 2009-01-26T06:37:28
Branch: im.pidgin.pidgin.next.minor
URL: http://d.pidgin.im/viewmtn/revision/info/4f069b642afcab63399b02251511521cc272bd66
Modified files:
pidgin/gtkprefs.c pidgin/gtksourceundomanager.c
ChangeLog:
s/sucess/success/ in a few places
-------------- next part --------------
============================================================
--- pidgin/gtkprefs.c 3ccf99e6d7a6a4d0d9261edad61c1c7bc8d0fbd4
+++ pidgin/gtkprefs.c e14b835c2059d6f6c606f40ac884e3eaf03814df
@@ -703,14 +703,14 @@ prefs_build_theme_combo_box(GtkListStore
gtk_cell_renderer_set_fixed_size(cell_rend, PREFS_OPTIMAL_ICON_SIZE, PREFS_OPTIMAL_ICON_SIZE);
gtk_cell_layout_pack_start(GTK_CELL_LAYOUT (combo_box), cell_rend, FALSE);
gtk_cell_layout_set_attributes(GTK_CELL_LAYOUT(combo_box), cell_rend, "pixbuf", 0, NULL);
-
+
cell_rend = gtk_cell_renderer_text_new();
gtk_cell_layout_pack_start(GTK_CELL_LAYOUT (combo_box), cell_rend, FALSE);
gtk_cell_layout_set_attributes(GTK_CELL_LAYOUT(combo_box), cell_rend, "markup", 1, NULL);
/*#if GTK_CHECK_VERSION(2,6,0)
g_object_set(cell_rend, "ellipsize", PANGO_ELLIPSIZE_END, NULL);
#endif*/
-
+
if (gtk_tree_model_get_iter_first(GTK_TREE_MODEL(store), &iter)) {
do {
gtk_tree_model_get(GTK_TREE_MODEL(store), &iter, 2, &theme, -1);
@@ -737,12 +737,11 @@ prefs_set_sound_theme_cb(GtkComboBox *co
gint i;
gchar *pref;
gchar *new_theme;
- gboolean sucess;
+ gboolean success;
GtkTreeIter new_iter;
-
- sucess = gtk_combo_box_get_active_iter(combo_box, &new_iter);
- g_return_if_fail(sucess);
+ success = gtk_combo_box_get_active_iter(combo_box, &new_iter);
+ g_return_if_fail(success);
gtk_tree_model_get(GTK_TREE_MODEL(prefs_sound_themes), &new_iter, 2, &new_theme, -1);
============================================================
--- pidgin/gtksourceundomanager.c 69772385ac890e4914040019da83eedc6f4835d8
+++ pidgin/gtksourceundomanager.c 807a81535d640a2c9493dbf2a04d67954d3751b1
@@ -963,7 +963,7 @@ gtk_source_undo_manager_check_list_size
* the stack with a new undo action. So when we undo for example
* typing, we can undo the whole word and not each letter by itself.
*
- * Return Value: %TRUE is merge was sucessful, %FALSE otherwise.?
+ * Return Value: %TRUE is merge was successful, %FALSE otherwise.?
**/
static gboolean
gtk_source_undo_manager_merge_action (GtkSourceUndoManager *um,
More information about the Commits
mailing list