mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
fix minor oops
This commit is contained in:
@@ -51,7 +51,7 @@ get_or_create_tag (GtkTextTagTable * table, const char * key)
|
||||
if (!tag) {
|
||||
tag = gtk_text_tag_new (key);
|
||||
gtk_text_tag_table_add (table, tag);
|
||||
g_object_unref (tag); // table refs it
|
||||
g_object_unref (tag); /* table refs it */
|
||||
}
|
||||
|
||||
return tag;
|
||||
|
||||
Reference in New Issue
Block a user