Skip to content
  • Timm Bäder's avatar
    modelbutton: Remove snapshot implementation · b5576397
    Timm Bäder authored
    Previously, GtkBin was only snapshot'ing its one and only child, but
    nowadays it doesn't implement snapshot at all and the default
    implementation in GtkWidget just snapshots all child widgets, which is
    exactly what the implementation in gtkmodelbutton.c was doing.
    b5576397