pidgin: 862c769d: Wordwrap just a little bit.
qulogic at pidgin.im
qulogic at pidgin.im
Fri Sep 4 01:30:51 EDT 2009
-----------------------------------------------------------------
Revision: 862c769d3a232c9089efe797dce18a471c1ec757
Ancestor: 9589af684f8628439a79759a954a7ee6c3801e59
Author: qulogic at pidgin.im
Date: 2009-09-04T03:45:43
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/862c769d3a232c9089efe797dce18a471c1ec757
Modified files:
pidgin/gtkprefs.c
ChangeLog:
Wordwrap just a little bit.
-------------- next part --------------
============================================================
--- pidgin/gtkprefs.c b06069380f9b5e68a0d43f34609d473ba18371fa
+++ pidgin/gtkprefs.c ca725b39856b08c3153da4ac77a642ab73aa14e9
@@ -934,7 +934,11 @@ prefs_build_theme_combo_box(GtkListStore
{
GtkCellRenderer *cell_rend;
GtkWidget *combo_box;
- GtkTargetEntry te[3] = {{"text/plain", 0, 0},{"text/uri-list", 0, 1},{"STRING", 0, 2}};
+ GtkTargetEntry te[3] = {
+ {"text/plain", 0, 0},
+ {"text/uri-list", 0, 1},
+ {"STRING", 0, 2}
+ };
g_return_val_if_fail(store != NULL && current_theme != NULL, NULL);
@@ -1090,12 +1094,17 @@ theme_page(void)
GtkTreeSelection *sel;
GtkTreeRowReference *rowref;
GtkWidget *label;
- GtkTargetEntry te[3] = {{"text/plain", 0, 0},{"text/uri-list", 0, 1},{"STRING", 0, 2}};
+ GtkTargetEntry te[3] = {
+ {"text/plain", 0, 0},
+ {"text/uri-list", 0, 1},
+ {"STRING", 0, 2}
+ };
ret = gtk_vbox_new(FALSE, PIDGIN_HIG_CAT_SPACE);
gtk_container_set_border_width (GTK_CONTAINER (ret), PIDGIN_HIG_BORDER);
- label = gtk_label_new(_("Select a smiley theme that you would like to use from the list below. New themes can be installed by dragging and dropping them onto the theme list."));
+ label = gtk_label_new(_("Select a smiley theme that you would like to use from the list below."
+ " New themes can be installed by dragging and dropping them onto the theme list."));
gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);
More information about the Commits
mailing list