X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fclearlooks-newer%2Fclearlooks_rc_style.c;h=fdce13af1c0e14eb87e9e561471b23ef11f0133c;hb=482be1410bb97114ad3202fb65671226a619db8f;hp=8d6e0aa898139aa92d9c49b51400405d106669ee;hpb=6fc1f270137a06115a79c6089004174c5cab5ed7;p=ardour.git diff --git a/libs/clearlooks-newer/clearlooks_rc_style.c b/libs/clearlooks-newer/clearlooks_rc_style.c index 8d6e0aa898..fdce13af1c 100644 --- a/libs/clearlooks-newer/clearlooks_rc_style.c +++ b/libs/clearlooks-newer/clearlooks_rc_style.c @@ -80,7 +80,7 @@ clearlooks_gtk2_rc_symbols[] = { "contrast", TOKEN_CONTRAST }, { "sunkenmenubar", TOKEN_SUNKENMENU }, { "progressbarstyle", TOKEN_PROGRESSBARSTYLE }, - { "menubarstyle", TOKEN_MENUBARSTYLE }, + { "menubarstyle", TOKEN_MENUBARSTYLE }, { "toolbarstyle", TOKEN_TOOLBARSTYLE }, { "menuitemstyle", TOKEN_MENUITEMSTYLE }, { "listviewitemstyle", TOKEN_LISTVIEWITEMSTYLE }, @@ -281,7 +281,7 @@ clearlooks_gtk2_rc_parse_style (GtkSettings *settings, return G_TOKEN_EQUAL_SIGN; token = g_scanner_get_next_token (scanner); - + switch (token) { case TOKEN_CLASSIC: @@ -333,7 +333,7 @@ static guint clearlooks_rc_style_parse (GtkRcStyle *rc_style, GtkSettings *settings, GScanner *scanner) - + { static GQuark scope_id = 0; ClearlooksRcStyle *clearlooks_style = CLEARLOOKS_RC_STYLE (rc_style); @@ -482,6 +482,6 @@ static GtkStyle * clearlooks_rc_style_create_style (GtkRcStyle *rc_style) { (void) rc_style; - + return GTK_STYLE (g_object_new (CLEARLOOKS_TYPE_STYLE, NULL)); }