File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ cb_tweet_list_box_init (CbTweetListBox *self)
128
128
tweet_row_create_func ,
129
129
self ,
130
130
NULL );
131
-
131
+
132
132
/* Create some pre-defined placeholder widgetry */
133
133
{
134
134
GtkWidget * loading_label ;
@@ -137,7 +137,7 @@ cb_tweet_list_box_init (CbTweetListBox *self)
137
137
138
138
self -> placeholder = gtk_stack_new ();
139
139
gtk_stack_set_transition_type ((GtkStack * )self -> placeholder , GTK_STACK_TRANSITION_TYPE_CROSSFADE );
140
-
140
+
141
141
loading_label = gtk_label_new (_ ("Loading…" ));
142
142
gtk_style_context_add_class (gtk_widget_get_style_context (loading_label ), "dim-label" );
143
143
gtk_stack_add_named ((GtkStack * )self -> placeholder , loading_label , "spinner" );
@@ -221,7 +221,6 @@ cb_tweet_list_box_get_placeholder (CbTweetListBox *self)
221
221
return self -> placeholder ;
222
222
}
223
223
224
-
225
224
void
226
225
cb_tweet_list_box_remove_all (CbTweetListBox * self )
227
226
{
You can’t perform that action at this time.
0 commit comments