app: leftover code was setting the sensitivity of an unrelated label

This commit is contained in:
Michael Natterer 2010-11-27 23:42:28 +01:00
parent c4ec18790c
commit fcaf202b52
1 changed files with 0 additions and 1 deletions

View File

@ -2359,7 +2359,6 @@ prefs_dialog_new (Gimp *gimp,
gtk_widget_show (button);
g_object_set_data (G_OBJECT (button), "monitor_resolution_sizeentry", entry);
g_object_set_data (G_OBJECT (button), "set_sensitive", label);
g_object_set_data (G_OBJECT (button), "inverse_sensitive", entry);
g_signal_connect (button, "toggled",