diff options
author | Perberos <[email protected]> | 2012-01-30 08:12:51 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2012-01-30 08:12:51 -0300 |
commit | f3100ba42ca406a33d5019a5527b08871e58cd90 (patch) | |
tree | b1069ad13df4d025e68aa597b41a1364055b2cac /src | |
parent | 81ad1b3760e41292620093a4cd143740f6af4f3a (diff) | |
download | caja-f3100ba42ca406a33d5019a5527b08871e58cd90.tar.bz2 caja-f3100ba42ca406a33d5019a5527b08871e58cd90.tar.xz |
adding empty tab page on preferences
Diffstat (limited to 'src')
-rw-r--r-- | src/caja-file-management-properties.ui | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/caja-file-management-properties.ui b/src/caja-file-management-properties.ui index eefd82ac..f124a547 100644 --- a/src/caja-file-management-properties.ui +++ b/src/caja-file-management-properties.ui @@ -3063,6 +3063,32 @@ <property name="angle">0</property> </object> </child> + + + <child> + <object class="GtkVBox" id="plugin_manager_place_holder"> + <property name="visible">True</property> + <property name="border_width">12</property> + <property name="orientation">vertical</property> + <child> + <placeholder/> + </child> + </object> + <packing> + <property name="position">6</property> + </packing> + </child> + <child type="tab"> + <object class="GtkLabel" id="label39"> + <property name="visible">True</property> + <property name="label" translatable="yes">Plugins</property> + </object> + <packing> + <property name="position">3</property> + <property name="tab_fill">False</property> + </packing> + </child> + </object> <packing> <property name="padding">0</property> |