115 Preferences.getIrc("MarkPositionWhenHidden")) |
115 Preferences.getIrc("MarkPositionWhenHidden")) |
116 self.initColour("MarkerLineForegroundColour", self.markerForegroundButton, |
116 self.initColour("MarkerLineForegroundColour", self.markerForegroundButton, |
117 Preferences.getIrc, byName=True) |
117 Preferences.getIrc, byName=True) |
118 self.initColour("MarkerLineBackgroundColour", self.markerBackgroundButton, |
118 self.initColour("MarkerLineBackgroundColour", self.markerBackgroundButton, |
119 Preferences.getIrc, byName=True) |
119 Preferences.getIrc, byName=True) |
|
120 |
|
121 # Shutdown |
|
122 self.confirmShutdownCheckBox.setChecked( |
|
123 Preferences.getIrc("AskOnShutdown")) |
120 |
124 |
121 def save(self): |
125 def save(self): |
122 """ |
126 """ |
123 Public slot to save the IRC configuration. |
127 Public slot to save the IRC configuration. |
124 """ |
128 """ |